Shades of Jade #09BD69
Tints of Jade #09BD69
RGB
CMYK
RGB Variations
Color information
#09BD69 (or 0x09BD69) is known color: Jade. HEX triplet: 09, BD and 69. RGB value is (9,189,105). Sum of RGB (Red+Green+Blue) = 9+189+105=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD69 is #F64296. Grayscale: #7D7D7D. Windows color (decimal): -16138903 or 6929673. OLE color: 6929673.
HSL color Cylindrical-coordinate representation of color #09BD69: hue angle of 152º 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 #09BD69 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 105 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.26 |
| HSL | 152º | 0.91% | 0.39% | - |
| HSV(B) | 152º | 0.95% | 0.74% | - |
| XYZ | 20.86 | 37.47 | 19.5 | - |
| YUV | 125.6 | 116.37 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 105 | 0.95 | 0 | 0.44 | 0.26 | 152 | 0.91 | 0.39 |
| Hex | 9 | BD | 69 | 5F | 0 | 2C | 1A | 98 | 5B | 27 |
| Octal | 11 | 275 | 151 | 137 | 0 | 54 | 32 | 230 | 133 | 47 |
| Binary | 1001 | 10111101 | 1101001 | 1011111 | 0 | 101100 | 11010 | 10011000 | 1011011 | 100111 |
Color Harmonies of #09BD69
Complementary color
Monochromatic Colors of #09BD69
Black with #09BD69
Text Example
Text Example
White with #09BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD69; }
p { color: rgb(9,189,105); }
H1.HeaderClassName
{
color: #09BD69;
}
.AnyTagClassName
{
color: #09BD69;
}
</style>
background-color css
<style>
a { background-color: #09BD69; }
a { background-color: rgb(9,189,105); }
div.DivClassName
{
background-color: #09BD69;
}
.BgClassName
{
background-color: #09BD69;
}
</style>
border-color css
<style>
span { border-color: #09BD69; }
span { border-color: rgb(9,189,105); }
td.TdClassName
{
border-color: #09BD69;
}
.TagClassName
{
border-color: #09BD69;
}
</style>