Shades of Green #018200
Tints of Green #018200
RGB
CMYK
RGB Variations
Color information
#018200 (or 0x018200) is known color: Green. HEX triplet: 01, 82 and 00. RGB value is (1,130,0). Sum of RGB (Red+Green+Blue) = 1+130+0=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 130 (51.17% from 255 or 99.24% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 130 - color contains mainly: green. Hex color #018200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018200 is #FE7DFF. Grayscale: #4D4D4D. Windows color (decimal): -16678400 or 33281. OLE color: 33281.
HSL color Cylindrical-coordinate representation of color #018200: hue angle of 119.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018200 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.49 |
| HSL | 119.54º | 1% | 0.25% | - |
| HSV(B) | 119.54º | 1% | 0.51% | - |
| XYZ | 8 | 15.97 | 2.66 | - |
| YUV | 76.61 | 84.76 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 0 | 0.99 | 0 | 1 | 0.49 | 119.54 | 1 | 0.25 |
| Hex | 1 | 82 | 0 | 63 | 0 | 64 | 31 | 78 | 64 | 19 |
| Octal | 1 | 202 | 0 | 143 | 0 | 144 | 61 | 170 | 144 | 31 |
| Binary | 1 | 10000010 | 0 | 1100011 | 0 | 1100100 | 110001 | 1111000 | 1100100 | 11001 |
Color Harmonies of #018200
Complementary color
Monochromatic Colors of #018200
Black with #018200
Text Example
Text Example
White with #018200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018200; }
p { color: rgb(1,130,0); }
H1.HeaderClassName
{
color: #018200;
}
.AnyTagClassName
{
color: #018200;
}
</style>
background-color css
<style>
a { background-color: #018200; }
a { background-color: rgb(1,130,0); }
div.DivClassName
{
background-color: #018200;
}
.BgClassName
{
background-color: #018200;
}
</style>
border-color css
<style>
span { border-color: #018200; }
span { border-color: rgb(1,130,0); }
td.TdClassName
{
border-color: #018200;
}
.TagClassName
{
border-color: #018200;
}
</style>