Shades of Jade #09B373
Tints of Jade #09B373
RGB
CMYK
RGB Variations
Color information
#09B373 (or 0x09B373) is known color: Jade. HEX triplet: 09, B3 and 73. RGB value is (9,179,115). Sum of RGB (Red+Green+Blue) = 9+179+115=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #09B373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B373 is #F64C8C. Grayscale: #787878. Windows color (decimal): -16141453 or 7582473. OLE color: 7582473.
HSL color Cylindrical-coordinate representation of color #09B373: hue angle of 157.41º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B373 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 179 | 115 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.30 |
| HSL | 157.41º | 0.9% | 0.37% | - |
| HSV(B) | 157.41º | 0.95% | 0.7% | - |
| XYZ | 19.33 | 33.54 | 21.67 | - |
| YUV | 120.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 115 | 0.95 | 0 | 0.36 | 0.30 | 157.41 | 0.9 | 0.37 |
| Hex | 9 | B3 | 73 | 5F | 0 | 24 | 1E | 9D | 5A | 25 |
| Octal | 11 | 263 | 163 | 137 | 0 | 44 | 36 | 235 | 132 | 45 |
| Binary | 1001 | 10110011 | 1110011 | 1011111 | 0 | 100100 | 11110 | 10011101 | 1011010 | 100101 |
Color Harmonies of #09B373
Complementary color
Monochromatic Colors of #09B373
Black with #09B373
Text Example
Text Example
White with #09B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B373; }
p { color: rgb(9,179,115); }
H1.HeaderClassName
{
color: #09B373;
}
.AnyTagClassName
{
color: #09B373;
}
</style>
background-color css
<style>
a { background-color: #09B373; }
a { background-color: rgb(9,179,115); }
div.DivClassName
{
background-color: #09B373;
}
.BgClassName
{
background-color: #09B373;
}
</style>
border-color css
<style>
span { border-color: #09B373; }
span { border-color: rgb(9,179,115); }
td.TdClassName
{
border-color: #09B373;
}
.TagClassName
{
border-color: #09B373;
}
</style>