Shades of Green #008C11
Tints of Green #008C11
RGB
CMYK
RGB Variations
Color information
#008C11 (or 0x008C11) is known color: Green. HEX triplet: 00, 8C and 11. RGB value is (0,140,17). Sum of RGB (Red+Green+Blue) = 0+140+17=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 140 (55.08% from 255 or 89.17% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 140 - color contains mainly: green. Hex color #008C11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C11 is #FF73EE. Grayscale: #545454. Windows color (decimal): -16741359 or 1149952. OLE color: 1149952.
HSL color Cylindrical-coordinate representation of color #008C11: hue angle of 127.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C11 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 17 | - |
| CMYK | 1 | 0 | 0.88 | 0.45 |
| HSL | 127.29º | 1% | 0.27% | - |
| HSV(B) | 127.29º | 1% | 0.55% | - |
| XYZ | 9.48 | 18.8 | 3.66 | - |
| YUV | 84.12 | 90.12 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 17 | 1 | 0 | 0.88 | 0.45 | 127.29 | 1 | 0.27 |
| Hex | 0 | 8C | 11 | 64 | 0 | 58 | 2D | 7F | 64 | 1B |
| Octal | 0 | 214 | 21 | 144 | 0 | 130 | 55 | 177 | 144 | 33 |
| Binary | 0 | 10001100 | 10001 | 1100100 | 0 | 1011000 | 101101 | 1111111 | 1100100 | 11011 |
Color Harmonies of #008C11
Complementary color
Monochromatic Colors of #008C11
Black with #008C11
Text Example
Text Example
White with #008C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C11; }
p { color: rgb(0,140,17); }
H1.HeaderClassName
{
color: #008C11;
}
.AnyTagClassName
{
color: #008C11;
}
</style>
background-color css
<style>
a { background-color: #008C11; }
a { background-color: rgb(0,140,17); }
div.DivClassName
{
background-color: #008C11;
}
.BgClassName
{
background-color: #008C11;
}
</style>
border-color css
<style>
span { border-color: #008C11; }
span { border-color: rgb(0,140,17); }
td.TdClassName
{
border-color: #008C11;
}
.TagClassName
{
border-color: #008C11;
}
</style>