Shades of Green #018700
Tints of Green #018700
RGB
CMYK
RGB Variations
Color information
#018700 (or 0x018700) is known color: Green. HEX triplet: 01, 87 and 00. RGB value is (1,135,0). Sum of RGB (Red+Green+Blue) = 1+135+0=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 135 (53.12% from 255 or 99.26% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 135 - color contains mainly: green. Hex color #018700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018700 is #FE78FF. Grayscale: #4F4F4F. Windows color (decimal): -16677120 or 34561. OLE color: 34561.
HSL color Cylindrical-coordinate representation of color #018700: hue angle of 119.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018700 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.47 |
| HSL | 119.56º | 1% | 0.26% | - |
| HSV(B) | 119.56º | 1% | 0.53% | - |
| XYZ | 8.68 | 17.33 | 2.89 | - |
| YUV | 79.54 | 83.11 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 0 | 0.99 | 0 | 1 | 0.47 | 119.56 | 1 | 0.26 |
| Hex | 1 | 87 | 0 | 63 | 0 | 64 | 2F | 78 | 64 | 1A |
| Octal | 1 | 207 | 0 | 143 | 0 | 144 | 57 | 170 | 144 | 32 |
| Binary | 1 | 10000111 | 0 | 1100011 | 0 | 1100100 | 101111 | 1111000 | 1100100 | 11010 |
Color Harmonies of #018700
Complementary color
Monochromatic Colors of #018700
Black with #018700
Text Example
Text Example
White with #018700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018700; }
p { color: rgb(1,135,0); }
H1.HeaderClassName
{
color: #018700;
}
.AnyTagClassName
{
color: #018700;
}
</style>
background-color css
<style>
a { background-color: #018700; }
a { background-color: rgb(1,135,0); }
div.DivClassName
{
background-color: #018700;
}
.BgClassName
{
background-color: #018700;
}
</style>
border-color css
<style>
span { border-color: #018700; }
span { border-color: rgb(1,135,0); }
td.TdClassName
{
border-color: #018700;
}
.TagClassName
{
border-color: #018700;
}
</style>