Shades of Green #018511
Tints of Green #018511
RGB
CMYK
RGB Variations
Color information
#018511 (or 0x018511) is known color: Green. HEX triplet: 01, 85 and 11. RGB value is (1,133,17). Sum of RGB (Red+Green+Blue) = 1+133+17=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 133 (52.34% from 255 or 88.08% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 133 - color contains mainly: green. Hex color #018511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018511 is #FE7AEE. Grayscale: #505050. Windows color (decimal): -16677615 or 1148161. OLE color: 1148161.
HSL color Cylindrical-coordinate representation of color #018511: hue angle of 127.27º 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 #018511 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 17 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.48 |
| HSL | 127.27º | 0.99% | 0.26% | - |
| HSV(B) | 127.27º | 0.99% | 0.52% | - |
| XYZ | 8.5 | 16.82 | 3.33 | - |
| YUV | 80.31 | 92.27 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 17 | 0.99 | 0 | 0.87 | 0.48 | 127.27 | 0.99 | 0.26 |
| Hex | 1 | 85 | 11 | 63 | 0 | 57 | 30 | 7F | 63 | 1A |
| Octal | 1 | 205 | 21 | 143 | 0 | 127 | 60 | 177 | 143 | 32 |
| Binary | 1 | 10000101 | 10001 | 1100011 | 0 | 1010111 | 110000 | 1111111 | 1100011 | 11010 |
Color Harmonies of #018511
Complementary color
Monochromatic Colors of #018511
Black with #018511
Text Example
Text Example
White with #018511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018511; }
p { color: rgb(1,133,17); }
H1.HeaderClassName
{
color: #018511;
}
.AnyTagClassName
{
color: #018511;
}
</style>
background-color css
<style>
a { background-color: #018511; }
a { background-color: rgb(1,133,17); }
div.DivClassName
{
background-color: #018511;
}
.BgClassName
{
background-color: #018511;
}
</style>
border-color css
<style>
span { border-color: #018511; }
span { border-color: rgb(1,133,17); }
td.TdClassName
{
border-color: #018511;
}
.TagClassName
{
border-color: #018511;
}
</style>