Shades of Jade #08C772
Tints of Jade #08C772
RGB
CMYK
RGB Variations
Color information
#08C772 (or 0x08C772) is known color: Jade. HEX triplet: 08, C7 and 72. RGB value is (8,199,114). Sum of RGB (Red+Green+Blue) = 8+199+114=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #08C772 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C772 is #F7388D. Grayscale: #848484. Windows color (decimal): -16201870 or 7522056. OLE color: 7522056.
HSL color Cylindrical-coordinate representation of color #08C772: hue angle of 153.3º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C772 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 114 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.22 |
| HSL | 153.3º | 0.92% | 0.41% | - |
| HSV(B) | 153.3º | 0.96% | 0.78% | - |
| XYZ | 23.56 | 42.11 | 22.81 | - |
| YUV | 132.2 | 117.72 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 114 | 0.96 | 0 | 0.43 | 0.22 | 153.3 | 0.92 | 0.41 |
| Hex | 8 | C7 | 72 | 60 | 0 | 2B | 16 | 99 | 5C | 29 |
| Octal | 10 | 307 | 162 | 140 | 0 | 53 | 26 | 231 | 134 | 51 |
| Binary | 1000 | 11000111 | 1110010 | 1100000 | 0 | 101011 | 10110 | 10011001 | 1011100 | 101001 |
Color Harmonies of #08C772
Complementary color
Monochromatic Colors of #08C772
Black with #08C772
Text Example
Text Example
White with #08C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C772; }
p { color: rgb(8,199,114); }
H1.HeaderClassName
{
color: #08C772;
}
.AnyTagClassName
{
color: #08C772;
}
</style>
background-color css
<style>
a { background-color: #08C772; }
a { background-color: rgb(8,199,114); }
div.DivClassName
{
background-color: #08C772;
}
.BgClassName
{
background-color: #08C772;
}
</style>
border-color css
<style>
span { border-color: #08C772; }
span { border-color: rgb(8,199,114); }
td.TdClassName
{
border-color: #08C772;
}
.TagClassName
{
border-color: #08C772;
}
</style>