Shades of Jade #08C668
Tints of Jade #08C668
RGB
CMYK
RGB Variations
Color information
#08C668 (or 0x08C668) is known color: Jade. HEX triplet: 08, C6 and 68. RGB value is (8,198,104). Sum of RGB (Red+Green+Blue) = 8+198+104=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #08C668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C668 is #F73997. Grayscale: #828282. Windows color (decimal): -16202136 or 6866440. OLE color: 6866440.
HSL color Cylindrical-coordinate representation of color #08C668: hue angle of 150.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C668 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 198 | 104 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.22 |
| HSL | 150.32º | 0.92% | 0.4% | - |
| HSV(B) | 150.32º | 0.96% | 0.78% | - |
| XYZ | 22.79 | 41.44 | 19.89 | - |
| YUV | 130.47 | 113.05 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 104 | 0.96 | 0 | 0.47 | 0.22 | 150.32 | 0.92 | 0.4 |
| Hex | 8 | C6 | 68 | 60 | 0 | 2F | 16 | 96 | 5C | 28 |
| Octal | 10 | 306 | 150 | 140 | 0 | 57 | 26 | 226 | 134 | 50 |
| Binary | 1000 | 11000110 | 1101000 | 1100000 | 0 | 101111 | 10110 | 10010110 | 1011100 | 101000 |
Color Harmonies of #08C668
Complementary color
Monochromatic Colors of #08C668
Black with #08C668
Text Example
Text Example
White with #08C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C668; }
p { color: rgb(8,198,104); }
H1.HeaderClassName
{
color: #08C668;
}
.AnyTagClassName
{
color: #08C668;
}
</style>
background-color css
<style>
a { background-color: #08C668; }
a { background-color: rgb(8,198,104); }
div.DivClassName
{
background-color: #08C668;
}
.BgClassName
{
background-color: #08C668;
}
</style>
border-color css
<style>
span { border-color: #08C668; }
span { border-color: rgb(8,198,104); }
td.TdClassName
{
border-color: #08C668;
}
.TagClassName
{
border-color: #08C668;
}
</style>