Shades of Green #018009
Tints of Green #018009
RGB
CMYK
RGB Variations
Color information
#018009 (or 0x018009) is known color: Green. HEX triplet: 01, 80 and 09. RGB value is (1,128,9). Sum of RGB (Red+Green+Blue) = 1+128+9=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 128 (50.39% from 255 or 92.75% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 128 - color contains mainly: green. Hex color #018009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018009 is #FE7FF6. Grayscale: #4C4C4C. Windows color (decimal): -16678903 or 622593. OLE color: 622593.
HSL color Cylindrical-coordinate representation of color #018009: hue angle of 123.78º 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 #018009 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 9 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.50 |
| HSL | 123.78º | 0.98% | 0.25% | - |
| HSV(B) | 123.78º | 0.99% | 0.5% | - |
| XYZ | 7.78 | 15.46 | 2.83 | - |
| YUV | 76.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 9 | 0.99 | 0 | 0.93 | 0.50 | 123.78 | 0.98 | 0.25 |
| Hex | 1 | 80 | 9 | 63 | 0 | 5D | 32 | 7C | 62 | 19 |
| Octal | 1 | 200 | 11 | 143 | 0 | 135 | 62 | 174 | 142 | 31 |
| Binary | 1 | 10000000 | 1001 | 1100011 | 0 | 1011101 | 110010 | 1111100 | 1100010 | 11001 |
Color Harmonies of #018009
Complementary color
Monochromatic Colors of #018009
Black with #018009
Text Example
Text Example
White with #018009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018009; }
p { color: rgb(1,128,9); }
H1.HeaderClassName
{
color: #018009;
}
.AnyTagClassName
{
color: #018009;
}
</style>
background-color css
<style>
a { background-color: #018009; }
a { background-color: rgb(1,128,9); }
div.DivClassName
{
background-color: #018009;
}
.BgClassName
{
background-color: #018009;
}
</style>
border-color css
<style>
span { border-color: #018009; }
span { border-color: rgb(1,128,9); }
td.TdClassName
{
border-color: #018009;
}
.TagClassName
{
border-color: #018009;
}
</style>