Shades of Green #018202
Tints of Green #018202
RGB
CMYK
RGB Variations
Color information
#018202 (or 0x018202) is known color: Green. HEX triplet: 01, 82 and 02. RGB value is (1,130,2). Sum of RGB (Red+Green+Blue) = 1+130+2=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 130 (51.17% from 255 or 97.74% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 130 - color contains mainly: green. Hex color #018202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018202 is #FE7DFD. Grayscale: #4D4D4D. Windows color (decimal): -16678398 or 164353. OLE color: 164353.
HSL color Cylindrical-coordinate representation of color #018202: hue angle of 120.47º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018202 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.49 |
| HSL | 120.47º | 0.98% | 0.26% | - |
| HSV(B) | 120.47º | 0.99% | 0.51% | - |
| XYZ | 8.01 | 15.98 | 2.72 | - |
| YUV | 76.84 | 85.76 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 2 | 0.99 | 0 | 0.98 | 0.49 | 120.47 | 0.98 | 0.26 |
| Hex | 1 | 82 | 2 | 63 | 0 | 62 | 31 | 78 | 62 | 1A |
| Octal | 1 | 202 | 2 | 143 | 0 | 142 | 61 | 170 | 142 | 32 |
| Binary | 1 | 10000010 | 10 | 1100011 | 0 | 1100010 | 110001 | 1111000 | 1100010 | 11010 |
Color Harmonies of #018202
Complementary color
Monochromatic Colors of #018202
Black with #018202
Text Example
Text Example
White with #018202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018202; }
p { color: rgb(1,130,2); }
H1.HeaderClassName
{
color: #018202;
}
.AnyTagClassName
{
color: #018202;
}
</style>
background-color css
<style>
a { background-color: #018202; }
a { background-color: rgb(1,130,2); }
div.DivClassName
{
background-color: #018202;
}
.BgClassName
{
background-color: #018202;
}
</style>
border-color css
<style>
span { border-color: #018202; }
span { border-color: rgb(1,130,2); }
td.TdClassName
{
border-color: #018202;
}
.TagClassName
{
border-color: #018202;
}
</style>