Shades of Green #018001
Tints of Green #018001
RGB
CMYK
RGB Variations
Color information
#018001 (or 0x018001) is known color: Green. HEX triplet: 01, 80 and 01. RGB value is (1,128,1). Sum of RGB (Red+Green+Blue) = 1+128+1=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 128 (50.39% from 255 or 98.46% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 128 - color contains mainly: green. Hex color #018001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018001 is #FE7FFE. Grayscale: #4B4B4B. Windows color (decimal): -16678911 or 98305. OLE color: 98305.
HSL color Cylindrical-coordinate representation of color #018001: hue angle of 120º 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 #018001 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.50 |
| HSL | 120º | 0.98% | 0.25% | - |
| HSV(B) | 120º | 0.99% | 0.5% | - |
| XYZ | 7.74 | 15.45 | 2.6 | - |
| YUV | 75.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 1 | 0.99 | 0 | 0.99 | 0.50 | 120 | 0.98 | 0.25 |
| Hex | 1 | 80 | 1 | 63 | 0 | 63 | 32 | 78 | 62 | 19 |
| Octal | 1 | 200 | 1 | 143 | 0 | 143 | 62 | 170 | 142 | 31 |
| Binary | 1 | 10000000 | 1 | 1100011 | 0 | 1100011 | 110010 | 1111000 | 1100010 | 11001 |
Color Harmonies of #018001
Complementary color
Monochromatic Colors of #018001
Black with #018001
Text Example
Text Example
White with #018001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018001; }
p { color: rgb(1,128,1); }
H1.HeaderClassName
{
color: #018001;
}
.AnyTagClassName
{
color: #018001;
}
</style>
background-color css
<style>
a { background-color: #018001; }
a { background-color: rgb(1,128,1); }
div.DivClassName
{
background-color: #018001;
}
.BgClassName
{
background-color: #018001;
}
</style>
border-color css
<style>
span { border-color: #018001; }
span { border-color: rgb(1,128,1); }
td.TdClassName
{
border-color: #018001;
}
.TagClassName
{
border-color: #018001;
}
</style>