Shades of Jade #08BC64
Tints of Jade #08BC64
RGB
CMYK
RGB Variations
Color information
#08BC64 (or 0x08BC64) is known color: Jade. HEX triplet: 08, BC and 64. RGB value is (8,188,100). Sum of RGB (Red+Green+Blue) = 8+188+100=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC64 is #F7439B. Grayscale: #7C7C7C. Windows color (decimal): -16204700 or 6601736. OLE color: 6601736.
HSL color Cylindrical-coordinate representation of color #08BC64: hue angle of 150.67º 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 #08BC64 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 100 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.26 |
| HSL | 150.67º | 0.92% | 0.38% | - |
| HSV(B) | 150.67º | 0.96% | 0.74% | - |
| XYZ | 20.38 | 36.94 | 18.11 | - |
| YUV | 124.15 | 114.37 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 100 | 0.96 | 0 | 0.47 | 0.26 | 150.67 | 0.92 | 0.38 |
| Hex | 8 | BC | 64 | 60 | 0 | 2F | 1A | 97 | 5C | 26 |
| Octal | 10 | 274 | 144 | 140 | 0 | 57 | 32 | 227 | 134 | 46 |
| Binary | 1000 | 10111100 | 1100100 | 1100000 | 0 | 101111 | 11010 | 10010111 | 1011100 | 100110 |
Color Harmonies of #08BC64
Complementary color
Monochromatic Colors of #08BC64
Black with #08BC64
Text Example
Text Example
White with #08BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC64; }
p { color: rgb(8,188,100); }
H1.HeaderClassName
{
color: #08BC64;
}
.AnyTagClassName
{
color: #08BC64;
}
</style>
background-color css
<style>
a { background-color: #08BC64; }
a { background-color: rgb(8,188,100); }
div.DivClassName
{
background-color: #08BC64;
}
.BgClassName
{
background-color: #08BC64;
}
</style>
border-color css
<style>
span { border-color: #08BC64; }
span { border-color: rgb(8,188,100); }
td.TdClassName
{
border-color: #08BC64;
}
.TagClassName
{
border-color: #08BC64;
}
</style>