Shades of Jade #09BC72
Tints of Jade #09BC72
RGB
CMYK
RGB Variations
Color information
#09BC72 (or 0x09BC72) is known color: Jade. HEX triplet: 09, BC and 72. RGB value is (9,188,114). Sum of RGB (Red+Green+Blue) = 9+188+114=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC72 is #F6438D. Grayscale: #7E7E7E. Windows color (decimal): -16139150 or 7519241. OLE color: 7519241.
HSL color Cylindrical-coordinate representation of color #09BC72: hue angle of 155.2º 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 #09BC72 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 114 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.26 |
| HSL | 155.2º | 0.91% | 0.39% | - |
| HSV(B) | 155.2º | 0.95% | 0.74% | - |
| XYZ | 21.13 | 37.24 | 21.99 | - |
| YUV | 126.04 | 121.2 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 114 | 0.95 | 0 | 0.39 | 0.26 | 155.2 | 0.91 | 0.39 |
| Hex | 9 | BC | 72 | 5F | 0 | 27 | 1A | 9B | 5B | 27 |
| Octal | 11 | 274 | 162 | 137 | 0 | 47 | 32 | 233 | 133 | 47 |
| Binary | 1001 | 10111100 | 1110010 | 1011111 | 0 | 100111 | 11010 | 10011011 | 1011011 | 100111 |
Color Harmonies of #09BC72
Complementary color
Monochromatic Colors of #09BC72
Black with #09BC72
Text Example
Text Example
White with #09BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC72; }
p { color: rgb(9,188,114); }
H1.HeaderClassName
{
color: #09BC72;
}
.AnyTagClassName
{
color: #09BC72;
}
</style>
background-color css
<style>
a { background-color: #09BC72; }
a { background-color: rgb(9,188,114); }
div.DivClassName
{
background-color: #09BC72;
}
.BgClassName
{
background-color: #09BC72;
}
</style>
border-color css
<style>
span { border-color: #09BC72; }
span { border-color: rgb(9,188,114); }
td.TdClassName
{
border-color: #09BC72;
}
.TagClassName
{
border-color: #09BC72;
}
</style>