Color Hex Logo

#0ab92d Color Hex

#0AB92D
(10,185,45)
0 Favorites   0 Comments

Color spaces of #0ab92d

RGB 1018545
HSL0.370.900.38
HSV132°95°73°
CMYK 0.950.000.76   0.27
XYZ17.947834.95198.2831
Yxy34.95190.29330.5713
Hunter Lab59.1201-49.270933.0772
CIE-Lab65.7112-65.349456.1376

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111001 00101101
Octal 12 271 55
Decimal 10 185 45
Hex A B9 2D

RGB Percentages of Color #0ab92d

%4.17
%77.08
%18.75

CMYK Percentages of Color #0ab92d

%95
%0
%76
%27

Triadic Colors of #0ab92d

#0ab92d #2d0ab9 #b92d0a

Analogous Colors of #0ab92d

#0ab92d #0ab985 #3eb90a

Monochromatic Colors of #0ab92d

#0ab92d

Complementary Color

#0ab92d #b90a96

#0ab92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab92d Color CSS Codes

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

#0ab92d Text Font Color

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

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


#0ab92d Background Color

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

This div background color is #0ab92d


#0ab92d Border Color

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

This div border color is #0ab92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab92d


Comments

No comments written yet.

Please login to write comment.