Shades of Jade #08A16C
Tints of Jade #08A16C
RGB
CMYK
RGB Variations
Color information
#08A16C (or 0x08A16C) is known color: Jade. HEX triplet: 08, A1 and 6C. RGB value is (8,161,108). Sum of RGB (Red+Green+Blue) = 8+161+108=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #08A16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A16C is #F75E93. Grayscale: #6D6D6D. Windows color (decimal): -16211604 or 7119112. OLE color: 7119112.
HSL color Cylindrical-coordinate representation of color #08A16C: hue angle of 159.22º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A16C is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 161 | 108 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.37 |
| HSL | 159.22º | 0.91% | 0.33% | - |
| HSV(B) | 159.22º | 0.95% | 0.63% | - |
| XYZ | 15.55 | 26.62 | 18.51 | - |
| YUV | 109.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 161 | 108 | 0.95 | 0 | 0.33 | 0.37 | 159.22 | 0.91 | 0.33 |
| Hex | 8 | A1 | 6C | 5F | 0 | 21 | 25 | 9F | 5B | 21 |
| Octal | 10 | 241 | 154 | 137 | 0 | 41 | 45 | 237 | 133 | 41 |
| Binary | 1000 | 10100001 | 1101100 | 1011111 | 0 | 100001 | 100101 | 10011111 | 1011011 | 100001 |
Color Harmonies of #08A16C
Complementary color
Monochromatic Colors of #08A16C
Black with #08A16C
Text Example
Text Example
White with #08A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A16C; }
p { color: rgb(8,161,108); }
H1.HeaderClassName
{
color: #08A16C;
}
.AnyTagClassName
{
color: #08A16C;
}
</style>
background-color css
<style>
a { background-color: #08A16C; }
a { background-color: rgb(8,161,108); }
div.DivClassName
{
background-color: #08A16C;
}
.BgClassName
{
background-color: #08A16C;
}
</style>
border-color css
<style>
span { border-color: #08A16C; }
span { border-color: rgb(8,161,108); }
td.TdClassName
{
border-color: #08A16C;
}
.TagClassName
{
border-color: #08A16C;
}
</style>