Shades of Jade #09BD70
Tints of Jade #09BD70
RGB
CMYK
RGB Variations
Color information
#09BD70 (or 0x09BD70) is known color: Jade. HEX triplet: 09, BD and 70. RGB value is (9,189,112). Sum of RGB (Red+Green+Blue) = 9+189+112=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD70 is #F6428F. Grayscale: #7E7E7E. Windows color (decimal): -16138896 or 7388425. OLE color: 7388425.
HSL color Cylindrical-coordinate representation of color #09BD70: hue angle of 154.33º 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 #09BD70 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 112 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.26 |
| HSL | 154.33º | 0.91% | 0.39% | - |
| HSV(B) | 154.33º | 0.95% | 0.74% | - |
| XYZ | 21.23 | 37.62 | 21.47 | - |
| YUV | 126.4 | 119.87 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 112 | 0.95 | 0 | 0.41 | 0.26 | 154.33 | 0.91 | 0.39 |
| Hex | 9 | BD | 70 | 5F | 0 | 29 | 1A | 9A | 5B | 27 |
| Octal | 11 | 275 | 160 | 137 | 0 | 51 | 32 | 232 | 133 | 47 |
| Binary | 1001 | 10111101 | 1110000 | 1011111 | 0 | 101001 | 11010 | 10011010 | 1011011 | 100111 |
Color Harmonies of #09BD70
Complementary color
Monochromatic Colors of #09BD70
Black with #09BD70
Text Example
Text Example
White with #09BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD70; }
p { color: rgb(9,189,112); }
H1.HeaderClassName
{
color: #09BD70;
}
.AnyTagClassName
{
color: #09BD70;
}
</style>
background-color css
<style>
a { background-color: #09BD70; }
a { background-color: rgb(9,189,112); }
div.DivClassName
{
background-color: #09BD70;
}
.BgClassName
{
background-color: #09BD70;
}
</style>
border-color css
<style>
span { border-color: #09BD70; }
span { border-color: rgb(9,189,112); }
td.TdClassName
{
border-color: #09BD70;
}
.TagClassName
{
border-color: #09BD70;
}
</style>