Shades of Jade #09B86F
Tints of Jade #09B86F
RGB
CMYK
RGB Variations
Color information
#09B86F (or 0x09B86F) is known color: Jade. HEX triplet: 09, B8 and 6F. RGB value is (9,184,111). Sum of RGB (Red+Green+Blue) = 9+184+111=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #09B86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B86F is #F64790. Grayscale: #7B7B7B. Windows color (decimal): -16140177 or 7321609. OLE color: 7321609.
HSL color Cylindrical-coordinate representation of color #09B86F: hue angle of 154.97º 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 #09B86F is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 184 | 111 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.28 |
| HSL | 154.97º | 0.91% | 0.38% | - |
| HSV(B) | 154.97º | 0.95% | 0.72% | - |
| XYZ | 20.12 | 35.49 | 20.83 | - |
| YUV | 123.35 | 121.02 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 111 | 0.95 | 0 | 0.40 | 0.28 | 154.97 | 0.91 | 0.38 |
| Hex | 9 | B8 | 6F | 5F | 0 | 28 | 1C | 9B | 5B | 26 |
| Octal | 11 | 270 | 157 | 137 | 0 | 50 | 34 | 233 | 133 | 46 |
| Binary | 1001 | 10111000 | 1101111 | 1011111 | 0 | 101000 | 11100 | 10011011 | 1011011 | 100110 |
Color Harmonies of #09B86F
Complementary color
Monochromatic Colors of #09B86F
Black with #09B86F
Text Example
Text Example
White with #09B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B86F; }
p { color: rgb(9,184,111); }
H1.HeaderClassName
{
color: #09B86F;
}
.AnyTagClassName
{
color: #09B86F;
}
</style>
background-color css
<style>
a { background-color: #09B86F; }
a { background-color: rgb(9,184,111); }
div.DivClassName
{
background-color: #09B86F;
}
.BgClassName
{
background-color: #09B86F;
}
</style>
border-color css
<style>
span { border-color: #09B86F; }
span { border-color: rgb(9,184,111); }
td.TdClassName
{
border-color: #09B86F;
}
.TagClassName
{
border-color: #09B86F;
}
</style>