#08AD78

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

Shades of Jade #08AD78

Tints of Jade #08AD78

Color information

#08AD78 (or 0x08AD78) is unknown color: approx Jade. HEX triplet: 08, AD and 78. RGB value is (8,173,120). Sum of RGB (Red+Green+Blue) = 8+173+120=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AD78 is #F75287. Grayscale: #757575. Windows color (decimal): -16208520 or 7908616. OLE color: 7908616.

HSL color Cylindrical-coordinate representation of color #08AD78: hue angle of 160.73º 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 #08AD78 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB8173120-
CMYK0.9500.310.32
HSL160.73º91.16%35.49%-
HSV(B)160.73º95.38%67.84%-
XYZ18.4331.2922.84-
YUV117.62129.3449.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.66%
GREEN value IS 173 (67.97% from 255) = 57.48%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=2.66%
G=57.48%
B=39.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81731200.9500.310.32160.7391.1635.49
Hex8AD785F01F20a15b23
Octal102551701370374024113343
Binary10001010110111110001011111011111100000101000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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