Shades of Green #008C0C
Tints of Green #008C0C
RGB
CMYK
RGB Variations
Color information
#008C0C (or 0x008C0C) is known color: Green. HEX triplet: 00, 8C and 0C. RGB value is (0,140,12). Sum of RGB (Red+Green+Blue) = 0+140+12=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 140 (55.08% from 255 or 92.11% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 140 - color contains mainly: green. Hex color #008C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C0C is #FF73F3. Grayscale: #535353. Windows color (decimal): -16741364 or 822272. OLE color: 822272.
HSL color Cylindrical-coordinate representation of color #008C0C: hue angle of 125.14º 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 #008C0C is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 12 | - |
| CMYK | 1 | 0 | 0.91 | 0.45 |
| HSL | 125.14º | 1% | 0.27% | - |
| HSV(B) | 125.14º | 1% | 0.55% | - |
| XYZ | 9.44 | 18.78 | 3.48 | - |
| YUV | 83.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 12 | 1 | 0 | 0.91 | 0.45 | 125.14 | 1 | 0.27 |
| Hex | 0 | 8C | C | 64 | 0 | 5B | 2D | 7D | 64 | 1B |
| Octal | 0 | 214 | 14 | 144 | 0 | 133 | 55 | 175 | 144 | 33 |
| Binary | 0 | 10001100 | 1100 | 1100100 | 0 | 1011011 | 101101 | 1111101 | 1100100 | 11011 |
Color Harmonies of #008C0C
Complementary color
Monochromatic Colors of #008C0C
Black with #008C0C
Text Example
Text Example
White with #008C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C0C; }
p { color: rgb(0,140,12); }
H1.HeaderClassName
{
color: #008C0C;
}
.AnyTagClassName
{
color: #008C0C;
}
</style>
background-color css
<style>
a { background-color: #008C0C; }
a { background-color: rgb(0,140,12); }
div.DivClassName
{
background-color: #008C0C;
}
.BgClassName
{
background-color: #008C0C;
}
</style>
border-color css
<style>
span { border-color: #008C0C; }
span { border-color: rgb(0,140,12); }
td.TdClassName
{
border-color: #008C0C;
}
.TagClassName
{
border-color: #008C0C;
}
</style>