Shades of Jade #08BC60
Tints of Jade #08BC60
RGB
CMYK
RGB Variations
Color information
#08BC60 (or 0x08BC60) is known color: Jade. HEX triplet: 08, BC and 60. RGB value is (8,188,96). Sum of RGB (Red+Green+Blue) = 8+188+96=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC60 is #F7439F. Grayscale: #7B7B7B. Windows color (decimal): -16204704 or 6339592. OLE color: 6339592.
HSL color Cylindrical-coordinate representation of color #08BC60: hue angle of 149.33º 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 #08BC60 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 96 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.26 |
| HSL | 149.33º | 0.92% | 0.38% | - |
| HSV(B) | 149.33º | 0.96% | 0.74% | - |
| XYZ | 20.19 | 36.86 | 17.12 | - |
| YUV | 123.69 | 112.37 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 96 | 0.96 | 0 | 0.49 | 0.26 | 149.33 | 0.92 | 0.38 |
| Hex | 8 | BC | 60 | 60 | 0 | 31 | 1A | 95 | 5C | 26 |
| Octal | 10 | 274 | 140 | 140 | 0 | 61 | 32 | 225 | 134 | 46 |
| Binary | 1000 | 10111100 | 1100000 | 1100000 | 0 | 110001 | 11010 | 10010101 | 1011100 | 100110 |
Color Harmonies of #08BC60
Complementary color
Monochromatic Colors of #08BC60
Black with #08BC60
Text Example
Text Example
White with #08BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC60; }
p { color: rgb(8,188,96); }
H1.HeaderClassName
{
color: #08BC60;
}
.AnyTagClassName
{
color: #08BC60;
}
</style>
background-color css
<style>
a { background-color: #08BC60; }
a { background-color: rgb(8,188,96); }
div.DivClassName
{
background-color: #08BC60;
}
.BgClassName
{
background-color: #08BC60;
}
</style>
border-color css
<style>
span { border-color: #08BC60; }
span { border-color: rgb(8,188,96); }
td.TdClassName
{
border-color: #08BC60;
}
.TagClassName
{
border-color: #08BC60;
}
</style>