Shades of Green #008510
Tints of Green #008510
RGB
CMYK
RGB Variations
Color information
#008510 (or 0x008510) is known color: Green. HEX triplet: 00, 85 and 10. RGB value is (0,133,16). Sum of RGB (Red+Green+Blue) = 0+133+16=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 133 (52.34% from 255 or 89.26% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 133 - color contains mainly: green. Hex color #008510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008510 is #FF7AEF. Grayscale: #505050. Windows color (decimal): -16743152 or 1082624. OLE color: 1082624.
HSL color Cylindrical-coordinate representation of color #008510: hue angle of 127.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008510 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 16 | - |
| CMYK | 1 | 0 | 0.88 | 0.48 |
| HSL | 127.22º | 1% | 0.26% | - |
| HSV(B) | 127.22º | 1% | 0.52% | - |
| XYZ | 8.48 | 16.81 | 3.29 | - |
| YUV | 79.9 | 91.94 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 16 | 1 | 0 | 0.88 | 0.48 | 127.22 | 1 | 0.26 |
| Hex | 0 | 85 | 10 | 64 | 0 | 58 | 30 | 7F | 64 | 1A |
| Octal | 0 | 205 | 20 | 144 | 0 | 130 | 60 | 177 | 144 | 32 |
| Binary | 0 | 10000101 | 10000 | 1100100 | 0 | 1011000 | 110000 | 1111111 | 1100100 | 11010 |
Color Harmonies of #008510
Complementary color
Monochromatic Colors of #008510
Black with #008510
Text Example
Text Example
White with #008510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008510; }
p { color: rgb(0,133,16); }
H1.HeaderClassName
{
color: #008510;
}
.AnyTagClassName
{
color: #008510;
}
</style>
background-color css
<style>
a { background-color: #008510; }
a { background-color: rgb(0,133,16); }
div.DivClassName
{
background-color: #008510;
}
.BgClassName
{
background-color: #008510;
}
</style>
border-color css
<style>
span { border-color: #008510; }
span { border-color: rgb(0,133,16); }
td.TdClassName
{
border-color: #008510;
}
.TagClassName
{
border-color: #008510;
}
</style>