Shades of Green #018711
Tints of Green #018711
RGB
CMYK
RGB Variations
Color information
#018711 (or 0x018711) is known color: Green. HEX triplet: 01, 87 and 11. RGB value is (1,135,17). Sum of RGB (Red+Green+Blue) = 1+135+17=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 135 (53.12% from 255 or 88.24% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 135 - color contains mainly: green. Hex color #018711 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018711 is #FE78EE. Grayscale: #515151. Windows color (decimal): -16677103 or 1148673. OLE color: 1148673.
HSL color Cylindrical-coordinate representation of color #018711: hue angle of 127.16º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018711 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 17 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.47 |
| HSL | 127.16º | 0.99% | 0.27% | - |
| HSV(B) | 127.16º | 0.99% | 0.53% | - |
| XYZ | 8.78 | 17.37 | 3.42 | - |
| YUV | 81.48 | 91.61 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 17 | 0.99 | 0 | 0.87 | 0.47 | 127.16 | 0.99 | 0.27 |
| Hex | 1 | 87 | 11 | 63 | 0 | 57 | 2F | 7F | 63 | 1B |
| Octal | 1 | 207 | 21 | 143 | 0 | 127 | 57 | 177 | 143 | 33 |
| Binary | 1 | 10000111 | 10001 | 1100011 | 0 | 1010111 | 101111 | 1111111 | 1100011 | 11011 |
Color Harmonies of #018711
Complementary color
Monochromatic Colors of #018711
Black with #018711
Text Example
Text Example
White with #018711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018711; }
p { color: rgb(1,135,17); }
H1.HeaderClassName
{
color: #018711;
}
.AnyTagClassName
{
color: #018711;
}
</style>
background-color css
<style>
a { background-color: #018711; }
a { background-color: rgb(1,135,17); }
div.DivClassName
{
background-color: #018711;
}
.BgClassName
{
background-color: #018711;
}
</style>
border-color css
<style>
span { border-color: #018711; }
span { border-color: rgb(1,135,17); }
td.TdClassName
{
border-color: #018711;
}
.TagClassName
{
border-color: #018711;
}
</style>