Shades of Jade #09B072
Tints of Jade #09B072
RGB
CMYK
RGB Variations
Color information
#09B072 (or 0x09B072) is known color: Jade. HEX triplet: 09, B0 and 72. RGB value is (9,176,114). Sum of RGB (Red+Green+Blue) = 9+176+114=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #09B072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B072 is #F64F8D. Grayscale: #777777. Windows color (decimal): -16142222 or 7516169. OLE color: 7516169.
HSL color Cylindrical-coordinate representation of color #09B072: hue angle of 157.72º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B072 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 176 | 114 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.31 |
| HSL | 157.72º | 0.9% | 0.36% | - |
| HSV(B) | 157.72º | 0.95% | 0.69% | - |
| XYZ | 18.68 | 32.32 | 21.17 | - |
| YUV | 119 | 125.17 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 114 | 0.95 | 0 | 0.35 | 0.31 | 157.72 | 0.9 | 0.36 |
| Hex | 9 | B0 | 72 | 5F | 0 | 23 | 1F | 9E | 5A | 24 |
| Octal | 11 | 260 | 162 | 137 | 0 | 43 | 37 | 236 | 132 | 44 |
| Binary | 1001 | 10110000 | 1110010 | 1011111 | 0 | 100011 | 11111 | 10011110 | 1011010 | 100100 |
Color Harmonies of #09B072
Complementary color
Monochromatic Colors of #09B072
Black with #09B072
Text Example
Text Example
White with #09B072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B072; }
p { color: rgb(9,176,114); }
H1.HeaderClassName
{
color: #09B072;
}
.AnyTagClassName
{
color: #09B072;
}
</style>
background-color css
<style>
a { background-color: #09B072; }
a { background-color: rgb(9,176,114); }
div.DivClassName
{
background-color: #09B072;
}
.BgClassName
{
background-color: #09B072;
}
</style>
border-color css
<style>
span { border-color: #09B072; }
span { border-color: rgb(9,176,114); }
td.TdClassName
{
border-color: #09B072;
}
.TagClassName
{
border-color: #09B072;
}
</style>