Shades of Jade #09BA60
Tints of Jade #09BA60
RGB
CMYK
RGB Variations
Color information
#09BA60 (or 0x09BA60) is known color: Jade. HEX triplet: 09, BA and 60. RGB value is (9,186,96). Sum of RGB (Red+Green+Blue) = 9+186+96=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA60 is #F6459F. Grayscale: #7B7B7B. Windows color (decimal): -16139680 or 6339081. OLE color: 6339081.
HSL color Cylindrical-coordinate representation of color #09BA60: hue angle of 149.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BA60 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 96 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.27 |
| HSL | 149.49º | 0.91% | 0.38% | - |
| HSV(B) | 149.49º | 0.95% | 0.73% | - |
| XYZ | 19.78 | 36.02 | 16.98 | - |
| YUV | 122.82 | 112.86 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 96 | 0.95 | 0 | 0.48 | 0.27 | 149.49 | 0.91 | 0.38 |
| Hex | 9 | BA | 60 | 5F | 0 | 30 | 1B | 95 | 5B | 26 |
| Octal | 11 | 272 | 140 | 137 | 0 | 60 | 33 | 225 | 133 | 46 |
| Binary | 1001 | 10111010 | 1100000 | 1011111 | 0 | 110000 | 11011 | 10010101 | 1011011 | 100110 |
Color Harmonies of #09BA60
Complementary color
Monochromatic Colors of #09BA60
Black with #09BA60
Text Example
Text Example
White with #09BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA60; }
p { color: rgb(9,186,96); }
H1.HeaderClassName
{
color: #09BA60;
}
.AnyTagClassName
{
color: #09BA60;
}
</style>
background-color css
<style>
a { background-color: #09BA60; }
a { background-color: rgb(9,186,96); }
div.DivClassName
{
background-color: #09BA60;
}
.BgClassName
{
background-color: #09BA60;
}
</style>
border-color css
<style>
span { border-color: #09BA60; }
span { border-color: rgb(9,186,96); }
td.TdClassName
{
border-color: #09BA60;
}
.TagClassName
{
border-color: #09BA60;
}
</style>