#08A56C

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

Shades of Jade #08A56C

Tints of Jade #08A56C

Color information

#08A56C (or 0x08A56C) is unknown color: approx Jade. HEX triplet: 08, A5 and 6C. RGB value is (8,165,108). Sum of RGB (Red+Green+Blue) = 8+165+108=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #08A56C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A56C is #F75A93. Grayscale: #6F6F6F. Windows color (decimal): -16210580 or 7120136. OLE color: 7120136.

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

Color convert

RGB8165108-
CMYK0.9500.350.35
HSL158.22º90.75%33.92%-
HSV(B)158.22º95.15%64.71%-
XYZ16.2628.0418.74-
YUV111.56125.9954.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.85%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=2.85%
G=58.72%
B=38.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81651080.9500.350.35158.2290.7533.92
Hex8A56C5F023239e5b22
Octal102451541370434323613342
Binary100010100101110110010111110100011100011100111101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,165,108); }

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

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

 a { background-color: rgb(8,165,108); }

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

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

 span { border-color: rgb(8,165,108); }

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