Shades of Jade #09B870
Tints of Jade #09B870
RGB
CMYK
RGB Variations
Color information
#09B870 (or 0x09B870) is known color: Jade. HEX triplet: 09, B8 and 70. RGB value is (9,184,112). Sum of RGB (Red+Green+Blue) = 9+184+112=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #09B870 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B870 is #F6478F. Grayscale: #7B7B7B. Windows color (decimal): -16140176 or 7387145. OLE color: 7387145.
HSL color Cylindrical-coordinate representation of color #09B870: hue angle of 155.31º 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 #09B870 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 184 | 112 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.28 |
| HSL | 155.31º | 0.91% | 0.38% | - |
| HSV(B) | 155.31º | 0.95% | 0.72% | - |
| XYZ | 20.18 | 35.51 | 21.12 | - |
| YUV | 123.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 112 | 0.95 | 0 | 0.39 | 0.28 | 155.31 | 0.91 | 0.38 |
| Hex | 9 | B8 | 70 | 5F | 0 | 27 | 1C | 9B | 5B | 26 |
| Octal | 11 | 270 | 160 | 137 | 0 | 47 | 34 | 233 | 133 | 46 |
| Binary | 1001 | 10111000 | 1110000 | 1011111 | 0 | 100111 | 11100 | 10011011 | 1011011 | 100110 |
Color Harmonies of #09B870
Complementary color
Monochromatic Colors of #09B870
Black with #09B870
Text Example
Text Example
White with #09B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B870; }
p { color: rgb(9,184,112); }
H1.HeaderClassName
{
color: #09B870;
}
.AnyTagClassName
{
color: #09B870;
}
</style>
background-color css
<style>
a { background-color: #09B870; }
a { background-color: rgb(9,184,112); }
div.DivClassName
{
background-color: #09B870;
}
.BgClassName
{
background-color: #09B870;
}
</style>
border-color css
<style>
span { border-color: #09B870; }
span { border-color: rgb(9,184,112); }
td.TdClassName
{
border-color: #09B870;
}
.TagClassName
{
border-color: #09B870;
}
</style>