Shades of Jade #09BE60
Tints of Jade #09BE60
RGB
CMYK
RGB Variations
Color information
#09BE60 (or 0x09BE60) is known color: Jade. HEX triplet: 09, BE and 60. RGB value is (9,190,96). Sum of RGB (Red+Green+Blue) = 9+190+96=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #09BE60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BE60 is #F6419F. Grayscale: #7D7D7D. Windows color (decimal): -16138656 or 6340105. OLE color: 6340105.
HSL color Cylindrical-coordinate representation of color #09BE60: hue angle of 148.84º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BE60 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 190 | 96 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.25 |
| HSL | 148.84º | 0.91% | 0.39% | - |
| HSV(B) | 148.84º | 0.95% | 0.75% | - |
| XYZ | 20.64 | 37.73 | 17.26 | - |
| YUV | 125.17 | 111.53 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 96 | 0.95 | 0 | 0.49 | 0.25 | 148.84 | 0.91 | 0.39 |
| Hex | 9 | BE | 60 | 5F | 0 | 31 | 19 | 95 | 5B | 27 |
| Octal | 11 | 276 | 140 | 137 | 0 | 61 | 31 | 225 | 133 | 47 |
| Binary | 1001 | 10111110 | 1100000 | 1011111 | 0 | 110001 | 11001 | 10010101 | 1011011 | 100111 |
Color Harmonies of #09BE60
Complementary color
Monochromatic Colors of #09BE60
Black with #09BE60
Text Example
Text Example
White with #09BE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BE60; }
p { color: rgb(9,190,96); }
H1.HeaderClassName
{
color: #09BE60;
}
.AnyTagClassName
{
color: #09BE60;
}
</style>
background-color css
<style>
a { background-color: #09BE60; }
a { background-color: rgb(9,190,96); }
div.DivClassName
{
background-color: #09BE60;
}
.BgClassName
{
background-color: #09BE60;
}
</style>
border-color css
<style>
span { border-color: #09BE60; }
span { border-color: rgb(9,190,96); }
td.TdClassName
{
border-color: #09BE60;
}
.TagClassName
{
border-color: #09BE60;
}
</style>