Shades of Jade #08BC6E
Tints of Jade #08BC6E
RGB
CMYK
RGB Variations
Color information
#08BC6E (or 0x08BC6E) is known color: Jade. HEX triplet: 08, BC and 6E. RGB value is (8,188,110). Sum of RGB (Red+Green+Blue) = 8+188+110=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC6E is #F74391. Grayscale: #7D7D7D. Windows color (decimal): -16204690 or 7257096. OLE color: 7257096.
HSL color Cylindrical-coordinate representation of color #08BC6E: hue angle of 154º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC6E is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 110 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.26 |
| HSL | 154º | 0.92% | 0.38% | - |
| HSV(B) | 154º | 0.96% | 0.74% | - |
| XYZ | 20.9 | 37.14 | 20.82 | - |
| YUV | 125.29 | 119.37 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 110 | 0.96 | 0 | 0.41 | 0.26 | 154 | 0.92 | 0.38 |
| Hex | 8 | BC | 6E | 60 | 0 | 29 | 1A | 9A | 5C | 26 |
| Octal | 10 | 274 | 156 | 140 | 0 | 51 | 32 | 232 | 134 | 46 |
| Binary | 1000 | 10111100 | 1101110 | 1100000 | 0 | 101001 | 11010 | 10011010 | 1011100 | 100110 |
Color Harmonies of #08BC6E
Complementary color
Monochromatic Colors of #08BC6E
Black with #08BC6E
Text Example
Text Example
White with #08BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC6E; }
p { color: rgb(8,188,110); }
H1.HeaderClassName
{
color: #08BC6E;
}
.AnyTagClassName
{
color: #08BC6E;
}
</style>
background-color css
<style>
a { background-color: #08BC6E; }
a { background-color: rgb(8,188,110); }
div.DivClassName
{
background-color: #08BC6E;
}
.BgClassName
{
background-color: #08BC6E;
}
</style>
border-color css
<style>
span { border-color: #08BC6E; }
span { border-color: rgb(8,188,110); }
td.TdClassName
{
border-color: #08BC6E;
}
.TagClassName
{
border-color: #08BC6E;
}
</style>