#08AD79

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

Shades of Jade #08AD79

Tints of Jade #08AD79

Color information

#08AD79 (or 0x08AD79) is unknown color: approx Jade. HEX triplet: 08, AD and 79. RGB value is (8,173,121). Sum of RGB (Red+Green+Blue) = 8+173+121=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AD79 is #F75286. Grayscale: #757575. Windows color (decimal): -16208519 or 7974152. OLE color: 7974152.

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

Color convert

RGB8173121-
CMYK0.9500.300.32
HSL161.09º91.16%35.49%-
HSV(B)161.09º95.38%67.84%-
XYZ18.4931.3223.16-
YUV117.74129.8449.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=2.65%
G=57.28%
B=40.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81731210.9500.300.32161.0991.1635.49
Hex8AD795F01E20a15b23
Octal102551711370364024113343
Binary10001010110111110011011111011110100000101000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,173,121); }

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

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

 a { background-color: rgb(8,173,121); }

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

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

 span { border-color: rgb(8,173,121); }

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