Shades of Green #09850F
Tints of Green #09850F
RGB
CMYK
RGB Variations
Color information
#09850F (or 0x09850F) is known color: Green. HEX triplet: 09, 85 and 0F. RGB value is (9,133,15). Sum of RGB (Red+Green+Blue) = 9+133+15=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 133 (52.34% from 255 or 84.71% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 133 - color contains mainly: green. Hex color #09850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09850F is #F67AF0. Grayscale: #525252. Windows color (decimal): -16153329 or 1017097. OLE color: 1017097.
HSL color Cylindrical-coordinate representation of color #09850F: hue angle of 122.9º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09850F is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 133 | 15 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.48 |
| HSL | 122.9º | 0.87% | 0.28% | - |
| HSV(B) | 122.9º | 0.93% | 0.52% | - |
| XYZ | 8.59 | 16.87 | 3.26 | - |
| YUV | 82.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 15 | 0.93 | 0 | 0.89 | 0.48 | 122.9 | 0.87 | 0.28 |
| Hex | 9 | 85 | F | 5D | 0 | 59 | 30 | 7B | 57 | 1C |
| Octal | 11 | 205 | 17 | 135 | 0 | 131 | 60 | 173 | 127 | 34 |
| Binary | 1001 | 10000101 | 1111 | 1011101 | 0 | 1011001 | 110000 | 1111011 | 1010111 | 11100 |
Color Harmonies of #09850F
Complementary color
Monochromatic Colors of #09850F
Black with #09850F
Text Example
Text Example
White with #09850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09850F; }
p { color: rgb(9,133,15); }
H1.HeaderClassName
{
color: #09850F;
}
.AnyTagClassName
{
color: #09850F;
}
</style>
background-color css
<style>
a { background-color: #09850F; }
a { background-color: rgb(9,133,15); }
div.DivClassName
{
background-color: #09850F;
}
.BgClassName
{
background-color: #09850F;
}
</style>
border-color css
<style>
span { border-color: #09850F; }
span { border-color: rgb(9,133,15); }
td.TdClassName
{
border-color: #09850F;
}
.TagClassName
{
border-color: #09850F;
}
</style>