Shades of Jade #08C76E
Tints of Jade #08C76E
RGB
CMYK
RGB Variations
Color information
#08C76E (or 0x08C76E) is known color: Jade. HEX triplet: 08, C7 and 6E. RGB value is (8,199,110). Sum of RGB (Red+Green+Blue) = 8+199+110=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #08C76E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C76E is #F73891. Grayscale: #838383. Windows color (decimal): -16201874 or 7259912. OLE color: 7259912.
HSL color Cylindrical-coordinate representation of color #08C76E: hue angle of 152.04º 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 #08C76E is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 110 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.22 |
| HSL | 152.04º | 0.92% | 0.41% | - |
| HSV(B) | 152.04º | 0.96% | 0.78% | - |
| XYZ | 23.34 | 42.02 | 21.63 | - |
| YUV | 131.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 110 | 0.96 | 0 | 0.45 | 0.22 | 152.04 | 0.92 | 0.41 |
| Hex | 8 | C7 | 6E | 60 | 0 | 2D | 16 | 98 | 5C | 29 |
| Octal | 10 | 307 | 156 | 140 | 0 | 55 | 26 | 230 | 134 | 51 |
| Binary | 1000 | 11000111 | 1101110 | 1100000 | 0 | 101101 | 10110 | 10011000 | 1011100 | 101001 |
Color Harmonies of #08C76E
Complementary color
Monochromatic Colors of #08C76E
Black with #08C76E
Text Example
Text Example
White with #08C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C76E; }
p { color: rgb(8,199,110); }
H1.HeaderClassName
{
color: #08C76E;
}
.AnyTagClassName
{
color: #08C76E;
}
</style>
background-color css
<style>
a { background-color: #08C76E; }
a { background-color: rgb(8,199,110); }
div.DivClassName
{
background-color: #08C76E;
}
.BgClassName
{
background-color: #08C76E;
}
</style>
border-color css
<style>
span { border-color: #08C76E; }
span { border-color: rgb(8,199,110); }
td.TdClassName
{
border-color: #08C76E;
}
.TagClassName
{
border-color: #08C76E;
}
</style>