Shades of Green #09880C
Tints of Green #09880C
RGB
CMYK
RGB Variations
Color information
#09880C (or 0x09880C) is known color: Green. HEX triplet: 09, 88 and 0C. RGB value is (9,136,12). Sum of RGB (Red+Green+Blue) = 9+136+12=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 136 (53.52% from 255 or 86.62% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 136 - color contains mainly: green. Hex color #09880C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09880C is #F677F3. Grayscale: #545454. Windows color (decimal): -16152564 or 821257. OLE color: 821257.
HSL color Cylindrical-coordinate representation of color #09880C: hue angle of 121.42º 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 #09880C is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 12 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.47 |
| HSL | 121.42º | 0.88% | 0.28% | - |
| HSV(B) | 121.42º | 0.93% | 0.53% | - |
| XYZ | 8.98 | 17.69 | 3.29 | - |
| YUV | 83.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 12 | 0.93 | 0 | 0.91 | 0.47 | 121.42 | 0.88 | 0.28 |
| Hex | 9 | 88 | C | 5D | 0 | 5B | 2F | 79 | 58 | 1C |
| Octal | 11 | 210 | 14 | 135 | 0 | 133 | 57 | 171 | 130 | 34 |
| Binary | 1001 | 10001000 | 1100 | 1011101 | 0 | 1011011 | 101111 | 1111001 | 1011000 | 11100 |
Color Harmonies of #09880C
Complementary color
Monochromatic Colors of #09880C
Black with #09880C
Text Example
Text Example
White with #09880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09880C; }
p { color: rgb(9,136,12); }
H1.HeaderClassName
{
color: #09880C;
}
.AnyTagClassName
{
color: #09880C;
}
</style>
background-color css
<style>
a { background-color: #09880C; }
a { background-color: rgb(9,136,12); }
div.DivClassName
{
background-color: #09880C;
}
.BgClassName
{
background-color: #09880C;
}
</style>
border-color css
<style>
span { border-color: #09880C; }
span { border-color: rgb(9,136,12); }
td.TdClassName
{
border-color: #09880C;
}
.TagClassName
{
border-color: #09880C;
}
</style>