Shades of Green #018717
Tints of Green #018717
RGB
CMYK
RGB Variations
Color information
#018717 (or 0x018717) is known color: Green. HEX triplet: 01, 87 and 17. RGB value is (1,135,23). Sum of RGB (Red+Green+Blue) = 1+135+23=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 135 (53.12% from 255 or 84.91% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 135 - color contains mainly: green. Hex color #018717 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018717 is #FE78E8. Grayscale: #525252. Windows color (decimal): -16677097 or 1541889. OLE color: 1541889.
HSL color Cylindrical-coordinate representation of color #018717: hue angle of 129.85º 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 #018717 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 23 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.47 |
| HSL | 129.85º | 0.99% | 0.27% | - |
| HSV(B) | 129.85º | 0.99% | 0.53% | - |
| XYZ | 8.83 | 17.4 | 3.7 | - |
| YUV | 82.17 | 94.61 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 23 | 0.99 | 0 | 0.83 | 0.47 | 129.85 | 0.99 | 0.27 |
| Hex | 1 | 87 | 17 | 63 | 0 | 53 | 2F | 82 | 63 | 1B |
| Octal | 1 | 207 | 27 | 143 | 0 | 123 | 57 | 202 | 143 | 33 |
| Binary | 1 | 10000111 | 10111 | 1100011 | 0 | 1010011 | 101111 | 10000010 | 1100011 | 11011 |
Color Harmonies of #018717
Complementary color
Monochromatic Colors of #018717
Black with #018717
Text Example
Text Example
White with #018717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018717; }
p { color: rgb(1,135,23); }
H1.HeaderClassName
{
color: #018717;
}
.AnyTagClassName
{
color: #018717;
}
</style>
background-color css
<style>
a { background-color: #018717; }
a { background-color: rgb(1,135,23); }
div.DivClassName
{
background-color: #018717;
}
.BgClassName
{
background-color: #018717;
}
</style>
border-color css
<style>
span { border-color: #018717; }
span { border-color: rgb(1,135,23); }
td.TdClassName
{
border-color: #018717;
}
.TagClassName
{
border-color: #018717;
}
</style>