Shades of Green #008C17
Tints of Green #008C17
RGB
CMYK
RGB Variations
Color information
#008C17 (or 0x008C17) is known color: Green. HEX triplet: 00, 8C and 17. RGB value is (0,140,23). Sum of RGB (Red+Green+Blue) = 0+140+23=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 140 (55.08% from 255 or 85.89% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 140 - color contains mainly: green. Hex color #008C17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C17 is #FF73E8. Grayscale: #555555. Windows color (decimal): -16741353 or 1543168. OLE color: 1543168.
HSL color Cylindrical-coordinate representation of color #008C17: hue angle of 129.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C17 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 23 | - |
| CMYK | 1 | 0 | 0.84 | 0.45 |
| HSL | 129.86º | 1% | 0.27% | - |
| HSV(B) | 129.86º | 1% | 0.55% | - |
| XYZ | 9.53 | 18.82 | 3.94 | - |
| YUV | 84.8 | 93.12 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 23 | 1 | 0 | 0.84 | 0.45 | 129.86 | 1 | 0.27 |
| Hex | 0 | 8C | 17 | 64 | 0 | 54 | 2D | 82 | 64 | 1B |
| Octal | 0 | 214 | 27 | 144 | 0 | 124 | 55 | 202 | 144 | 33 |
| Binary | 0 | 10001100 | 10111 | 1100100 | 0 | 1010100 | 101101 | 10000010 | 1100100 | 11011 |
Color Harmonies of #008C17
Complementary color
Monochromatic Colors of #008C17
Black with #008C17
Text Example
Text Example
White with #008C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C17; }
p { color: rgb(0,140,23); }
H1.HeaderClassName
{
color: #008C17;
}
.AnyTagClassName
{
color: #008C17;
}
</style>
background-color css
<style>
a { background-color: #008C17; }
a { background-color: rgb(0,140,23); }
div.DivClassName
{
background-color: #008C17;
}
.BgClassName
{
background-color: #008C17;
}
</style>
border-color css
<style>
span { border-color: #008C17; }
span { border-color: rgb(0,140,23); }
td.TdClassName
{
border-color: #008C17;
}
.TagClassName
{
border-color: #008C17;
}
</style>