Shades of Jade #08A868
Tints of Jade #08A868
RGB
CMYK
RGB Variations
Color information
#08A868 (or 0x08A868) is known color: Jade. HEX triplet: 08, A8 and 68. RGB value is (8,168,104). Sum of RGB (Red+Green+Blue) = 8+168+104=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 168 (66.02% from 255 or 60% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 168 - color contains mainly: green. Hex color #08A868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A868 is #F75797. Grayscale: #707070. Windows color (decimal): -16209816 or 6858760. OLE color: 6858760.
HSL color Cylindrical-coordinate representation of color #08A868: hue angle of 156º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A868 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 168 | 104 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.34 |
| HSL | 156º | 0.91% | 0.35% | - |
| HSV(B) | 156º | 0.95% | 0.66% | - |
| XYZ | 16.6 | 29.06 | 17.83 | - |
| YUV | 112.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 168 | 104 | 0.95 | 0 | 0.38 | 0.34 | 156 | 0.91 | 0.35 |
| Hex | 8 | A8 | 68 | 5F | 0 | 26 | 22 | 9C | 5B | 23 |
| Octal | 10 | 250 | 150 | 137 | 0 | 46 | 42 | 234 | 133 | 43 |
| Binary | 1000 | 10101000 | 1101000 | 1011111 | 0 | 100110 | 100010 | 10011100 | 1011011 | 100011 |
Color Harmonies of #08A868
Complementary color
Monochromatic Colors of #08A868
Black with #08A868
Text Example
Text Example
White with #08A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A868; }
p { color: rgb(8,168,104); }
H1.HeaderClassName
{
color: #08A868;
}
.AnyTagClassName
{
color: #08A868;
}
</style>
background-color css
<style>
a { background-color: #08A868; }
a { background-color: rgb(8,168,104); }
div.DivClassName
{
background-color: #08A868;
}
.BgClassName
{
background-color: #08A868;
}
</style>
border-color css
<style>
span { border-color: #08A868; }
span { border-color: rgb(8,168,104); }
td.TdClassName
{
border-color: #08A868;
}
.TagClassName
{
border-color: #08A868;
}
</style>