Shades of Green #018012
Tints of Green #018012
RGB
CMYK
RGB Variations
Color information
#018012 (or 0x018012) is known color: Green. HEX triplet: 01, 80 and 12. RGB value is (1,128,18). Sum of RGB (Red+Green+Blue) = 1+128+18=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 128 (50.39% from 255 or 87.07% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 128 - color contains mainly: green. Hex color #018012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018012 is #FE7FED. Grayscale: #4D4D4D. Windows color (decimal): -16678894 or 1212417. OLE color: 1212417.
HSL color Cylindrical-coordinate representation of color #018012: hue angle of 128.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018012 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 18 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.50 |
| HSL | 128.03º | 0.98% | 0.25% | - |
| HSV(B) | 128.03º | 0.99% | 0.5% | - |
| XYZ | 7.84 | 15.49 | 3.15 | - |
| YUV | 77.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 18 | 0.99 | 0 | 0.86 | 0.50 | 128.03 | 0.98 | 0.25 |
| Hex | 1 | 80 | 12 | 63 | 0 | 56 | 32 | 80 | 62 | 19 |
| Octal | 1 | 200 | 22 | 143 | 0 | 126 | 62 | 200 | 142 | 31 |
| Binary | 1 | 10000000 | 10010 | 1100011 | 0 | 1010110 | 110010 | 10000000 | 1100010 | 11001 |
Color Harmonies of #018012
Complementary color
Monochromatic Colors of #018012
Black with #018012
Text Example
Text Example
White with #018012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018012; }
p { color: rgb(1,128,18); }
H1.HeaderClassName
{
color: #018012;
}
.AnyTagClassName
{
color: #018012;
}
</style>
background-color css
<style>
a { background-color: #018012; }
a { background-color: rgb(1,128,18); }
div.DivClassName
{
background-color: #018012;
}
.BgClassName
{
background-color: #018012;
}
</style>
border-color css
<style>
span { border-color: #018012; }
span { border-color: rgb(1,128,18); }
td.TdClassName
{
border-color: #018012;
}
.TagClassName
{
border-color: #018012;
}
</style>