Shades of Green #018409
Tints of Green #018409
RGB
CMYK
RGB Variations
Color information
#018409 (or 0x018409) is known color: Green. HEX triplet: 01, 84 and 09. RGB value is (1,132,9). Sum of RGB (Red+Green+Blue) = 1+132+9=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 132 (51.95% from 255 or 92.96% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 132 - color contains mainly: green. Hex color #018409 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018409 is #FE7BF6. Grayscale: #4F4F4F. Windows color (decimal): -16677879 or 623617. OLE color: 623617.
HSL color Cylindrical-coordinate representation of color #018409: hue angle of 123.66º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018409 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 9 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.48 |
| HSL | 123.66º | 0.98% | 0.26% | - |
| HSV(B) | 123.66º | 0.99% | 0.52% | - |
| XYZ | 8.31 | 16.53 | 3.01 | - |
| YUV | 78.81 | 88.6 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 9 | 0.99 | 0 | 0.93 | 0.48 | 123.66 | 0.98 | 0.26 |
| Hex | 1 | 84 | 9 | 63 | 0 | 5D | 30 | 7C | 62 | 1A |
| Octal | 1 | 204 | 11 | 143 | 0 | 135 | 60 | 174 | 142 | 32 |
| Binary | 1 | 10000100 | 1001 | 1100011 | 0 | 1011101 | 110000 | 1111100 | 1100010 | 11010 |
Color Harmonies of #018409
Complementary color
Monochromatic Colors of #018409
Black with #018409
Text Example
Text Example
White with #018409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018409; }
p { color: rgb(1,132,9); }
H1.HeaderClassName
{
color: #018409;
}
.AnyTagClassName
{
color: #018409;
}
</style>
background-color css
<style>
a { background-color: #018409; }
a { background-color: rgb(1,132,9); }
div.DivClassName
{
background-color: #018409;
}
.BgClassName
{
background-color: #018409;
}
</style>
border-color css
<style>
span { border-color: #018409; }
span { border-color: rgb(1,132,9); }
td.TdClassName
{
border-color: #018409;
}
.TagClassName
{
border-color: #018409;
}
</style>