Shades of Green #018509
Tints of Green #018509
RGB
CMYK
RGB Variations
Color information
#018509 (or 0x018509) is known color: Green. HEX triplet: 01, 85 and 09. RGB value is (1,133,9). Sum of RGB (Red+Green+Blue) = 1+133+9=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 133 (52.34% from 255 or 93.01% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 133 - color contains mainly: green. Hex color #018509 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018509 is #FE7AF6. Grayscale: #4F4F4F. Windows color (decimal): -16677623 or 623873. OLE color: 623873.
HSL color Cylindrical-coordinate representation of color #018509: hue angle of 123.64º degrees, saturation: 0.99, 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 #018509 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 9 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.48 |
| HSL | 123.64º | 0.99% | 0.26% | - |
| HSV(B) | 123.64º | 0.99% | 0.52% | - |
| XYZ | 8.45 | 16.8 | 3.06 | - |
| YUV | 79.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 9 | 0.99 | 0 | 0.93 | 0.48 | 123.64 | 0.99 | 0.26 |
| Hex | 1 | 85 | 9 | 63 | 0 | 5D | 30 | 7C | 63 | 1A |
| Octal | 1 | 205 | 11 | 143 | 0 | 135 | 60 | 174 | 143 | 32 |
| Binary | 1 | 10000101 | 1001 | 1100011 | 0 | 1011101 | 110000 | 1111100 | 1100011 | 11010 |
Color Harmonies of #018509
Complementary color
Monochromatic Colors of #018509
Black with #018509
Text Example
Text Example
White with #018509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018509; }
p { color: rgb(1,133,9); }
H1.HeaderClassName
{
color: #018509;
}
.AnyTagClassName
{
color: #018509;
}
</style>
background-color css
<style>
a { background-color: #018509; }
a { background-color: rgb(1,133,9); }
div.DivClassName
{
background-color: #018509;
}
.BgClassName
{
background-color: #018509;
}
</style>
border-color css
<style>
span { border-color: #018509; }
span { border-color: rgb(1,133,9); }
td.TdClassName
{
border-color: #018509;
}
.TagClassName
{
border-color: #018509;
}
</style>