#08AA6D

Color #08AA6D Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #08AA6D

Tints of Jade #08AA6D

Color information

#08AA6D (or 0x08AA6D) is unknown color: approx Jade. HEX triplet: 08, AA and 6D. RGB value is (8,170,109). Sum of RGB (Red+Green+Blue) = 8+170+109=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AA6D is #F75592. Grayscale: #727272. Windows color (decimal): -16209299 or 7186952. OLE color: 7186952.

HSL color Cylindrical-coordinate representation of color #08AA6D: hue angle of 157.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AA6D is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB8170109-
CMYK0.9500.360.33
HSL157.41º91.01%34.9%-
HSV(B)157.41º95.29%66.67%-
XYZ17.2429.9119.33-
YUV114.61124.8351.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 170 (66.80% from 255) = 59.23%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=2.79%
G=59.23%
B=37.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81701090.9500.360.33157.4191.0134.9
Hex8AA6D5F024219d5b23
Octal102521551370444123513343
Binary100010101010110110110111110100100100001100111011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AA6D; }

 p { color: rgb(8,170,109); }

 H1.HeaderClassName
 {
   color: #08AA6D;
 }
 .AnyTagClassName
 {
   color: #08AA6D;
 }
</style>
background-color css

<style>
 a { background-color: #08AA6D; }

 a { background-color: rgb(8,170,109); }

 div.DivClassName
 {
   background-color: #08AA6D;
 }
 .BgClassName
 {
   background-color: #08AA6D;
 }
</style>
border-color css

<style>
 span { border-color: #08AA6D; }

 span { border-color: rgb(8,170,109); }

 td.TdClassName
 {
   border-color: #08AA6D;
 }
 .TagClassName
 {
   border-color: #08AA6D;
 }
</style>