Shades of Jade #08A56C
Tints of Jade #08A56C
RGB
CMYK
RGB Variations
Color information
#08A56C (or 0x08A56C) is known color: 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
| RGB | 8 | 165 | 108 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.35 |
| HSL | 158.22º | 0.91% | 0.34% | - |
| HSV(B) | 158.22º | 0.95% | 0.65% | - |
| XYZ | 16.26 | 28.04 | 18.74 | - |
| YUV | 111.56 | 125.99 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 165 | 108 | 0.95 | 0 | 0.35 | 0.35 | 158.22 | 0.91 | 0.34 |
| Hex | 8 | A5 | 6C | 5F | 0 | 23 | 23 | 9E | 5B | 22 |
| Octal | 10 | 245 | 154 | 137 | 0 | 43 | 43 | 236 | 133 | 42 |
| Binary | 1000 | 10100101 | 1101100 | 1011111 | 0 | 100011 | 100011 | 10011110 | 1011011 | 100010 |
Color Harmonies of #08A56C
Complementary color
Monochromatic Colors of #08A56C
Black with #08A56C
Text Example
Text Example
White with #08A56C
Text Example
Text Example
HTML Codes & Css Web 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>