Shades of Jade #09BE70
Tints of Jade #09BE70
RGB
CMYK
RGB Variations
Color information
#09BE70 (or 0x09BE70) is known color: Jade. HEX triplet: 09, BE and 70. RGB value is (9,190,112). Sum of RGB (Red+Green+Blue) = 9+190+112=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #09BE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BE70 is #F6418F. Grayscale: #7F7F7F. Windows color (decimal): -16138640 or 7388681. OLE color: 7388681.
HSL color Cylindrical-coordinate representation of color #09BE70: hue angle of 154.14º 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 #09BE70 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 190 | 112 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.25 |
| HSL | 154.14º | 0.91% | 0.39% | - |
| HSV(B) | 154.14º | 0.95% | 0.75% | - |
| XYZ | 21.45 | 38.05 | 21.54 | - |
| YUV | 126.99 | 119.53 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 112 | 0.95 | 0 | 0.41 | 0.25 | 154.14 | 0.91 | 0.39 |
| Hex | 9 | BE | 70 | 5F | 0 | 29 | 19 | 9A | 5B | 27 |
| Octal | 11 | 276 | 160 | 137 | 0 | 51 | 31 | 232 | 133 | 47 |
| Binary | 1001 | 10111110 | 1110000 | 1011111 | 0 | 101001 | 11001 | 10011010 | 1011011 | 100111 |
Color Harmonies of #09BE70
Complementary color
Monochromatic Colors of #09BE70
Black with #09BE70
Text Example
Text Example
White with #09BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BE70; }
p { color: rgb(9,190,112); }
H1.HeaderClassName
{
color: #09BE70;
}
.AnyTagClassName
{
color: #09BE70;
}
</style>
background-color css
<style>
a { background-color: #09BE70; }
a { background-color: rgb(9,190,112); }
div.DivClassName
{
background-color: #09BE70;
}
.BgClassName
{
background-color: #09BE70;
}
</style>
border-color css
<style>
span { border-color: #09BE70; }
span { border-color: rgb(9,190,112); }
td.TdClassName
{
border-color: #09BE70;
}
.TagClassName
{
border-color: #09BE70;
}
</style>