Shades of Green #018609
Tints of Green #018609
RGB
CMYK
RGB Variations
Color information
#018609 (or 0x018609) is known color: Green. HEX triplet: 01, 86 and 09. RGB value is (1,134,9). Sum of RGB (Red+Green+Blue) = 1+134+9=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 134 (52.73% from 255 or 93.06% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 134 - color contains mainly: green. Hex color #018609 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018609 is #FE79F6. Grayscale: #505050. Windows color (decimal): -16677367 or 624129. OLE color: 624129.
HSL color Cylindrical-coordinate representation of color #018609: hue angle of 123.61º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018609 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 9 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.47 |
| HSL | 123.61º | 0.99% | 0.26% | - |
| HSV(B) | 123.61º | 0.99% | 0.53% | - |
| XYZ | 8.59 | 17.08 | 3.1 | - |
| YUV | 79.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 9 | 0.99 | 0 | 0.93 | 0.47 | 123.61 | 0.99 | 0.26 |
| Hex | 1 | 86 | 9 | 63 | 0 | 5D | 2F | 7C | 63 | 1A |
| Octal | 1 | 206 | 11 | 143 | 0 | 135 | 57 | 174 | 143 | 32 |
| Binary | 1 | 10000110 | 1001 | 1100011 | 0 | 1011101 | 101111 | 1111100 | 1100011 | 11010 |
Color Harmonies of #018609
Complementary color
Monochromatic Colors of #018609
Black with #018609
Text Example
Text Example
White with #018609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018609; }
p { color: rgb(1,134,9); }
H1.HeaderClassName
{
color: #018609;
}
.AnyTagClassName
{
color: #018609;
}
</style>
background-color css
<style>
a { background-color: #018609; }
a { background-color: rgb(1,134,9); }
div.DivClassName
{
background-color: #018609;
}
.BgClassName
{
background-color: #018609;
}
</style>
border-color css
<style>
span { border-color: #018609; }
span { border-color: rgb(1,134,9); }
td.TdClassName
{
border-color: #018609;
}
.TagClassName
{
border-color: #018609;
}
</style>