Shades of Jade #09BC76
Tints of Jade #09BC76
RGB
CMYK
RGB Variations
Color information
#09BC76 (or 0x09BC76) is known color: Jade. HEX triplet: 09, BC and 76. RGB value is (9,188,118). Sum of RGB (Red+Green+Blue) = 9+188+118=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC76 is #F64389. Grayscale: #7E7E7E. Windows color (decimal): -16139146 or 7781385. OLE color: 7781385.
HSL color Cylindrical-coordinate representation of color #09BC76: hue angle of 156.54º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC76 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 118 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.26 |
| HSL | 156.54º | 0.91% | 0.39% | - |
| HSV(B) | 156.54º | 0.95% | 0.74% | - |
| XYZ | 21.37 | 37.33 | 23.22 | - |
| YUV | 126.5 | 123.2 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 118 | 0.95 | 0 | 0.37 | 0.26 | 156.54 | 0.91 | 0.39 |
| Hex | 9 | BC | 76 | 5F | 0 | 25 | 1A | 9D | 5B | 27 |
| Octal | 11 | 274 | 166 | 137 | 0 | 45 | 32 | 235 | 133 | 47 |
| Binary | 1001 | 10111100 | 1110110 | 1011111 | 0 | 100101 | 11010 | 10011101 | 1011011 | 100111 |
Color Harmonies of #09BC76
Complementary color
Monochromatic Colors of #09BC76
Black with #09BC76
Text Example
Text Example
White with #09BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC76; }
p { color: rgb(9,188,118); }
H1.HeaderClassName
{
color: #09BC76;
}
.AnyTagClassName
{
color: #09BC76;
}
</style>
background-color css
<style>
a { background-color: #09BC76; }
a { background-color: rgb(9,188,118); }
div.DivClassName
{
background-color: #09BC76;
}
.BgClassName
{
background-color: #09BC76;
}
</style>
border-color css
<style>
span { border-color: #09BC76; }
span { border-color: rgb(9,188,118); }
td.TdClassName
{
border-color: #09BC76;
}
.TagClassName
{
border-color: #09BC76;
}
</style>