Shades of Green #018612
Tints of Green #018612
RGB
CMYK
RGB Variations
Color information
#018612 (or 0x018612) is known color: Green. HEX triplet: 01, 86 and 12. RGB value is (1,134,18). Sum of RGB (Red+Green+Blue) = 1+134+18=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 134 (52.73% from 255 or 87.58% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 134 - color contains mainly: green. Hex color #018612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018612 is #FE79ED. Grayscale: #515151. Windows color (decimal): -16677358 or 1213953. OLE color: 1213953.
HSL color Cylindrical-coordinate representation of color #018612: hue angle of 127.67º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018612 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 18 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.47 |
| HSL | 127.67º | 0.99% | 0.26% | - |
| HSV(B) | 127.67º | 0.99% | 0.53% | - |
| XYZ | 8.65 | 17.1 | 3.42 | - |
| YUV | 81.01 | 92.44 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 18 | 0.99 | 0 | 0.87 | 0.47 | 127.67 | 0.99 | 0.26 |
| Hex | 1 | 86 | 12 | 63 | 0 | 57 | 2F | 80 | 63 | 1A |
| Octal | 1 | 206 | 22 | 143 | 0 | 127 | 57 | 200 | 143 | 32 |
| Binary | 1 | 10000110 | 10010 | 1100011 | 0 | 1010111 | 101111 | 10000000 | 1100011 | 11010 |
Color Harmonies of #018612
Complementary color
Monochromatic Colors of #018612
Black with #018612
Text Example
Text Example
White with #018612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018612; }
p { color: rgb(1,134,18); }
H1.HeaderClassName
{
color: #018612;
}
.AnyTagClassName
{
color: #018612;
}
</style>
background-color css
<style>
a { background-color: #018612; }
a { background-color: rgb(1,134,18); }
div.DivClassName
{
background-color: #018612;
}
.BgClassName
{
background-color: #018612;
}
</style>
border-color css
<style>
span { border-color: #018612; }
span { border-color: rgb(1,134,18); }
td.TdClassName
{
border-color: #018612;
}
.TagClassName
{
border-color: #018612;
}
</style>