Shades of Green #018206
Tints of Green #018206
RGB
CMYK
RGB Variations
Color information
#018206 (or 0x018206) is known color: Green. HEX triplet: 01, 82 and 06. RGB value is (1,130,6). Sum of RGB (Red+Green+Blue) = 1+130+6=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 130 (51.17% from 255 or 94.89% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 130 - color contains mainly: green. Hex color #018206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018206 is #FE7DF9. Grayscale: #4D4D4D. Windows color (decimal): -16678394 or 426497. OLE color: 426497.
HSL color Cylindrical-coordinate representation of color #018206: hue angle of 122.33º 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 #018206 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 6 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.49 |
| HSL | 122.33º | 0.98% | 0.26% | - |
| HSV(B) | 122.33º | 0.99% | 0.51% | - |
| XYZ | 8.03 | 15.98 | 2.83 | - |
| YUV | 77.29 | 87.76 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 6 | 0.99 | 0 | 0.95 | 0.49 | 122.33 | 0.98 | 0.26 |
| Hex | 1 | 82 | 6 | 63 | 0 | 5F | 31 | 7A | 62 | 1A |
| Octal | 1 | 202 | 6 | 143 | 0 | 137 | 61 | 172 | 142 | 32 |
| Binary | 1 | 10000010 | 110 | 1100011 | 0 | 1011111 | 110001 | 1111010 | 1100010 | 11010 |
Color Harmonies of #018206
Complementary color
Monochromatic Colors of #018206
Black with #018206
Text Example
Text Example
White with #018206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018206; }
p { color: rgb(1,130,6); }
H1.HeaderClassName
{
color: #018206;
}
.AnyTagClassName
{
color: #018206;
}
</style>
background-color css
<style>
a { background-color: #018206; }
a { background-color: rgb(1,130,6); }
div.DivClassName
{
background-color: #018206;
}
.BgClassName
{
background-color: #018206;
}
</style>
border-color css
<style>
span { border-color: #018206; }
span { border-color: rgb(1,130,6); }
td.TdClassName
{
border-color: #018206;
}
.TagClassName
{
border-color: #018206;
}
</style>