Shades of Green #008110
Tints of Green #008110
RGB
CMYK
RGB Variations
Color information
#008110 (or 0x008110) is known color: Green. HEX triplet: 00, 81 and 10. RGB value is (0,129,16). Sum of RGB (Red+Green+Blue) = 0+129+16=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 129 (50.78% from 255 or 88.97% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 129 - color contains mainly: green. Hex color #008110 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008110 is #FF7EEF. Grayscale: #4D4D4D. Windows color (decimal): -16744176 or 1081600. OLE color: 1081600.
HSL color Cylindrical-coordinate representation of color #008110: hue angle of 127.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008110 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 16 | - |
| CMYK | 1 | 0 | 0.88 | 0.49 |
| HSL | 127.44º | 1% | 0.25% | - |
| HSV(B) | 127.44º | 1% | 0.51% | - |
| XYZ | 7.94 | 15.74 | 3.11 | - |
| YUV | 77.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 16 | 1 | 0 | 0.88 | 0.49 | 127.44 | 1 | 0.25 |
| Hex | 0 | 81 | 10 | 64 | 0 | 58 | 31 | 7F | 64 | 19 |
| Octal | 0 | 201 | 20 | 144 | 0 | 130 | 61 | 177 | 144 | 31 |
| Binary | 0 | 10000001 | 10000 | 1100100 | 0 | 1011000 | 110001 | 1111111 | 1100100 | 11001 |
Color Harmonies of #008110
Complementary color
Monochromatic Colors of #008110
Black with #008110
Text Example
Text Example
White with #008110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008110; }
p { color: rgb(0,129,16); }
H1.HeaderClassName
{
color: #008110;
}
.AnyTagClassName
{
color: #008110;
}
</style>
background-color css
<style>
a { background-color: #008110; }
a { background-color: rgb(0,129,16); }
div.DivClassName
{
background-color: #008110;
}
.BgClassName
{
background-color: #008110;
}
</style>
border-color css
<style>
span { border-color: #008110; }
span { border-color: rgb(0,129,16); }
td.TdClassName
{
border-color: #008110;
}
.TagClassName
{
border-color: #008110;
}
</style>