Shades of Green #09880F
Tints of Green #09880F
RGB
CMYK
RGB Variations
Color information
#09880F (or 0x09880F) is known color: Green. HEX triplet: 09, 88 and 0F. RGB value is (9,136,15). Sum of RGB (Red+Green+Blue) = 9+136+15=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 136 (53.52% from 255 or 85% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 136 - color contains mainly: green. Hex color #09880F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09880F is #F677F0. Grayscale: #545454. Windows color (decimal): -16152561 or 1017865. OLE color: 1017865.
HSL color Cylindrical-coordinate representation of color #09880F: hue angle of 122.83º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09880F is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 15 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.47 |
| HSL | 122.83º | 0.88% | 0.28% | - |
| HSV(B) | 122.83º | 0.93% | 0.53% | - |
| XYZ | 9 | 17.7 | 3.39 | - |
| YUV | 84.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 15 | 0.93 | 0 | 0.89 | 0.47 | 122.83 | 0.88 | 0.28 |
| Hex | 9 | 88 | F | 5D | 0 | 59 | 2F | 7B | 58 | 1C |
| Octal | 11 | 210 | 17 | 135 | 0 | 131 | 57 | 173 | 130 | 34 |
| Binary | 1001 | 10001000 | 1111 | 1011101 | 0 | 1011001 | 101111 | 1111011 | 1011000 | 11100 |
Color Harmonies of #09880F
Complementary color
Monochromatic Colors of #09880F
Black with #09880F
Text Example
Text Example
White with #09880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09880F; }
p { color: rgb(9,136,15); }
H1.HeaderClassName
{
color: #09880F;
}
.AnyTagClassName
{
color: #09880F;
}
</style>
background-color css
<style>
a { background-color: #09880F; }
a { background-color: rgb(9,136,15); }
div.DivClassName
{
background-color: #09880F;
}
.BgClassName
{
background-color: #09880F;
}
</style>
border-color css
<style>
span { border-color: #09880F; }
span { border-color: rgb(9,136,15); }
td.TdClassName
{
border-color: #09880F;
}
.TagClassName
{
border-color: #09880F;
}
</style>