Shades of Jade #09B875
Tints of Jade #09B875
RGB
CMYK
RGB Variations
Color information
#09B875 (or 0x09B875) is known color: Jade. HEX triplet: 09, B8 and 75. RGB value is (9,184,117). Sum of RGB (Red+Green+Blue) = 9+184+117=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #09B875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B875 is #F6478A. Grayscale: #7C7C7C. Windows color (decimal): -16140171 or 7714825. OLE color: 7714825.
HSL color Cylindrical-coordinate representation of color #09B875: hue angle of 157.03º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B875 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 184 | 117 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.28 |
| HSL | 157.03º | 0.91% | 0.38% | - |
| HSV(B) | 157.03º | 0.95% | 0.72% | - |
| XYZ | 20.46 | 35.62 | 22.63 | - |
| YUV | 124.04 | 124.02 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 117 | 0.95 | 0 | 0.36 | 0.28 | 157.03 | 0.91 | 0.38 |
| Hex | 9 | B8 | 75 | 5F | 0 | 24 | 1C | 9D | 5B | 26 |
| Octal | 11 | 270 | 165 | 137 | 0 | 44 | 34 | 235 | 133 | 46 |
| Binary | 1001 | 10111000 | 1110101 | 1011111 | 0 | 100100 | 11100 | 10011101 | 1011011 | 100110 |
Color Harmonies of #09B875
Complementary color
Monochromatic Colors of #09B875
Black with #09B875
Text Example
Text Example
White with #09B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B875; }
p { color: rgb(9,184,117); }
H1.HeaderClassName
{
color: #09B875;
}
.AnyTagClassName
{
color: #09B875;
}
</style>
background-color css
<style>
a { background-color: #09B875; }
a { background-color: rgb(9,184,117); }
div.DivClassName
{
background-color: #09B875;
}
.BgClassName
{
background-color: #09B875;
}
</style>
border-color css
<style>
span { border-color: #09B875; }
span { border-color: rgb(9,184,117); }
td.TdClassName
{
border-color: #09B875;
}
.TagClassName
{
border-color: #09B875;
}
</style>