Color Hex Logo

#09af54 Color Hex

#09AF54
(9,175,84)
0 Favorites   0 Comments

Color spaces of #09af54

RGB 917584
HSL0.410.900.36
HSV147°95°69°
CMYK 0.950.000.52   0.31
XYZ17.042931.358113.5420
Yxy31.35810.27510.5062
Hunter Lab55.9983-43.671124.8608
CIE-Lab62.8088-57.743236.0449

#09af54 color RGB value is (9,175,84).

#09af54 hex color red value is 9, green value is 175 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #09af54 hue: 0.41 , saturation: 0.90 and the lightness value of 09af54 is 0.36.

The process color (four color CMYK) of #09af54 color hex is 0.95, 0.00, 0.52, 0.31. Web safe color of #09af54 is #009966. Color #09af54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101111 01010100
Octal 11 257 124
Decimal 9 175 84
Hex 9 AF 54

RGB Percentages of Color #09af54

%3.36
%65.30
%31.34

CMYK Percentages of Color #09af54

%95
%0
%52
%31

Triadic Colors of #09af54

#09af54 #5409af #af5409

Analogous Colors of #09af54

#09af54 #09afa7 #11af09

Monochromatic Colors of #09af54

#09af54

Complementary Color

#09af54 #af0964

#09af54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09af54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09af54 Color CSS Codes

.mybgcolor {background-color:#09af54; } 
.myforecolor {color:#09af54; }
.mybordercolor {border:3px solid #09af54; }

#09af54 Text Font Color

<p style="color:#09af54">Text here</p>

This sample text font color is #09af54
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#09af54 Background Color

<div style="background-color:#09af54">
Div content here</div>

This div background color is #09af54


#09af54 Border Color

<div style="border:3px solid #09af54">
Div here</div>

This div border color is #09af54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,175,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09af54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09af54;
  -webkit-box-shadow: 1px 1px 3px 2px #09af54;
  box-shadow:         1px 1px 3px 2px #09af54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,175,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #09af54">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #09af54;
  -webkit-box-shadow: 1px 1px 3px 2px #09af54;
  box-shadow:         1px 1px 3px 2px #09af54;">
Div content here</div>

This div box has shadow with color #09af54


Comments

No comments written yet.

Please login to write comment.