Color Hex Logo

#00a86b Color Hex Jade

#00A86B
(0,168,107)
22 Favorites   1 Comments

Color spaces of #00a86b Jade

RGB 0168107
HSL0.441.000.33
HSV158°100°66°
CMYK 1.000.000.36   0.34
XYZ16.656529.066818.6425
Yxy29.06680.25880.4516
Hunter Lab53.9136-39.201717.2380
CIE-Lab60.8405-51.406621.4270

#00a86b color RGB value is (0,168,107). #00a86b color name is Jade color.

#00a86b hex color red value is 0, green value is 168 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #00a86b hue: 0.44 , saturation: 1.00 and the lightness value of 00a86b is 0.33.

The process color (four color CMYK) of #00a86b color hex is 1.00, 0.00, 0.36, 0.34. Web safe color of #00a86b is #009966. Color #00a86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101000 01101011
Octal 0 250 153
Decimal 0 168 107
Hex 0 A8 6B

RGB Percentages of Color #00a86b

%0.00
%61.09
%38.91

CMYK Percentages of Color #00a86b

%100
%0
%36
%34

Triadic Colors of #00a86b

#00a86b #6b00a8 #a86b00

Analogous Colors of #00a86b

#00a86b #0091a8 #00a817

Monochromatic Colors of #00a86b

#00a86b

Complementary Color

#00a86b #a8003d

#00a86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00a86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00a86b Color CSS Codes

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

#00a86b Text Font Color

<p style="color:#00a86b">Text here</p>

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


#00a86b Background Color

<div style="background-color:#00a86b">
Div content here</div>

This div background color is #00a86b


#00a86b Border Color

<div style="border:3px solid #00a86b">
Div here</div>

This div border color is #00a86b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,168,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00a86b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00a86b;
  -webkit-box-shadow: 1px 1px 3px 2px #00a86b;
  box-shadow:         1px 1px 3px 2px #00a86b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00a86b


Comments

2 Nov 2014, 0:55 hashtag

Jade

Please login to write comment.