Shades of Green #008512
Tints of Green #008512
RGB
CMYK
RGB Variations
Color information
#008512 (or 0x008512) is known color: Green. HEX triplet: 00, 85 and 12. RGB value is (0,133,18). Sum of RGB (Red+Green+Blue) = 0+133+18=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 133 (52.34% from 255 or 88.08% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 133 - color contains mainly: green. Hex color #008512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008512 is #FF7AED. Grayscale: #505050. Windows color (decimal): -16743150 or 1213696. OLE color: 1213696.
HSL color Cylindrical-coordinate representation of color #008512: hue angle of 128.12º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008512 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 18 | - |
| CMYK | 1 | 0 | 0.86 | 0.48 |
| HSL | 128.12º | 1% | 0.26% | - |
| HSV(B) | 128.12º | 1% | 0.52% | - |
| XYZ | 8.5 | 16.82 | 3.37 | - |
| YUV | 80.12 | 92.94 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 18 | 1 | 0 | 0.86 | 0.48 | 128.12 | 1 | 0.26 |
| Hex | 0 | 85 | 12 | 64 | 0 | 56 | 30 | 80 | 64 | 1A |
| Octal | 0 | 205 | 22 | 144 | 0 | 126 | 60 | 200 | 144 | 32 |
| Binary | 0 | 10000101 | 10010 | 1100100 | 0 | 1010110 | 110000 | 10000000 | 1100100 | 11010 |
Color Harmonies of #008512
Complementary color
Monochromatic Colors of #008512
Black with #008512
Text Example
Text Example
White with #008512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008512; }
p { color: rgb(0,133,18); }
H1.HeaderClassName
{
color: #008512;
}
.AnyTagClassName
{
color: #008512;
}
</style>
background-color css
<style>
a { background-color: #008512; }
a { background-color: rgb(0,133,18); }
div.DivClassName
{
background-color: #008512;
}
.BgClassName
{
background-color: #008512;
}
</style>
border-color css
<style>
span { border-color: #008512; }
span { border-color: rgb(0,133,18); }
td.TdClassName
{
border-color: #008512;
}
.TagClassName
{
border-color: #008512;
}
</style>