Color Hex Logo

#0ab90a Color Hex

#0AB90A
(10,185,10)
0 Favorites   0 Comments

Color spaces of #0ab90a

RGB 1018510
HSL0.330.900.38
HSV120°95°73°
CMYK 0.950.000.95   0.27
XYZ17.528934.78446.0773
Yxy34.78440.30020.5957
Hunter Lab58.9783-50.160235.1754
CIE-Lab65.5805-67.035264.2231

#0ab90a color RGB value is (10,185,10).

#0ab90a hex color red value is 10, green value is 185 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #0ab90a hue: 0.33 , saturation: 0.90 and the lightness value of 0ab90a is 0.38.

The process color (four color CMYK) of #0ab90a color hex is 0.95, 0.00, 0.95, 0.27. Web safe color of #0ab90a is #00cc00. Color #0ab90a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111001 00001010
Octal 12 271 12
Decimal 10 185 10
Hex A B9 A

RGB Percentages of Color #0ab90a

%4.88
%90.24
%4.88

CMYK Percentages of Color #0ab90a

%95
%0
%95
%27

Triadic Colors of #0ab90a

#0ab90a #0a0ab9 #b90a0a

Analogous Colors of #0ab90a

#0ab90a #0ab962 #61b90a

Monochromatic Colors of #0ab90a

#0ab90a

Complementary Color

#0ab90a #b90ab9

#0ab90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab90a Color CSS Codes

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

#0ab90a Text Font Color

<p style="color:#0ab90a">Text here</p>

This sample text font color is #0ab90a
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.


#0ab90a Background Color

<div style="background-color:#0ab90a">
Div content here</div>

This div background color is #0ab90a


#0ab90a Border Color

<div style="border:3px solid #0ab90a">
Div here</div>

This div border color is #0ab90a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,185,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ab90a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ab90a;
  -webkit-box-shadow: 1px 1px 3px 2px #0ab90a;
  box-shadow:         1px 1px 3px 2px #0ab90a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab90a


Comments

No comments written yet.

Please login to write comment.