Shades of Green #008C14
Tints of Green #008C14
RGB
CMYK
RGB Variations
Color information
#008C14 (or 0x008C14) is known color: Green. HEX triplet: 00, 8C and 14. RGB value is (0,140,20). Sum of RGB (Red+Green+Blue) = 0+140+20=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 140 (55.08% from 255 or 87.5% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 140 - color contains mainly: green. Hex color #008C14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C14 is #FF73EB. Grayscale: #545454. Windows color (decimal): -16741356 or 1346560. OLE color: 1346560.
HSL color Cylindrical-coordinate representation of color #008C14: hue angle of 128.57º 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 #008C14 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 20 | - |
| CMYK | 1 | 0 | 0.86 | 0.45 |
| HSL | 128.57º | 1% | 0.27% | - |
| HSV(B) | 128.57º | 1% | 0.55% | - |
| XYZ | 9.5 | 18.81 | 3.79 | - |
| YUV | 84.46 | 91.62 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 20 | 1 | 0 | 0.86 | 0.45 | 128.57 | 1 | 0.27 |
| Hex | 0 | 8C | 14 | 64 | 0 | 56 | 2D | 81 | 64 | 1B |
| Octal | 0 | 214 | 24 | 144 | 0 | 126 | 55 | 201 | 144 | 33 |
| Binary | 0 | 10001100 | 10100 | 1100100 | 0 | 1010110 | 101101 | 10000001 | 1100100 | 11011 |
Color Harmonies of #008C14
Complementary color
Monochromatic Colors of #008C14
Black with #008C14
Text Example
Text Example
White with #008C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C14; }
p { color: rgb(0,140,20); }
H1.HeaderClassName
{
color: #008C14;
}
.AnyTagClassName
{
color: #008C14;
}
</style>
background-color css
<style>
a { background-color: #008C14; }
a { background-color: rgb(0,140,20); }
div.DivClassName
{
background-color: #008C14;
}
.BgClassName
{
background-color: #008C14;
}
</style>
border-color css
<style>
span { border-color: #008C14; }
span { border-color: rgb(0,140,20); }
td.TdClassName
{
border-color: #008C14;
}
.TagClassName
{
border-color: #008C14;
}
</style>