Shades of Jade #08C972
Tints of Jade #08C972
RGB
CMYK
RGB Variations
Color information
#08C972 (or 0x08C972) is known color: Jade. HEX triplet: 08, C9 and 72. RGB value is (8,201,114). Sum of RGB (Red+Green+Blue) = 8+201+114=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #08C972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C972 is #F7368D. Grayscale: #858585. Windows color (decimal): -16201358 or 7522568. OLE color: 7522568.
HSL color Cylindrical-coordinate representation of color #08C972: hue angle of 152.95º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C972 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 114 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.21 |
| HSL | 152.95º | 0.92% | 0.41% | - |
| HSV(B) | 152.95º | 0.96% | 0.79% | - |
| XYZ | 24.02 | 43.04 | 22.96 | - |
| YUV | 133.38 | 117.06 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 114 | 0.96 | 0 | 0.43 | 0.21 | 152.95 | 0.92 | 0.41 |
| Hex | 8 | C9 | 72 | 60 | 0 | 2B | 15 | 99 | 5C | 29 |
| Octal | 10 | 311 | 162 | 140 | 0 | 53 | 25 | 231 | 134 | 51 |
| Binary | 1000 | 11001001 | 1110010 | 1100000 | 0 | 101011 | 10101 | 10011001 | 1011100 | 101001 |
Color Harmonies of #08C972
Complementary color
Monochromatic Colors of #08C972
Black with #08C972
Text Example
Text Example
White with #08C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C972; }
p { color: rgb(8,201,114); }
H1.HeaderClassName
{
color: #08C972;
}
.AnyTagClassName
{
color: #08C972;
}
</style>
background-color css
<style>
a { background-color: #08C972; }
a { background-color: rgb(8,201,114); }
div.DivClassName
{
background-color: #08C972;
}
.BgClassName
{
background-color: #08C972;
}
</style>
border-color css
<style>
span { border-color: #08C972; }
span { border-color: rgb(8,201,114); }
td.TdClassName
{
border-color: #08C972;
}
.TagClassName
{
border-color: #08C972;
}
</style>