Shades of Green #00870A
Tints of Green #00870A
RGB
CMYK
RGB Variations
Color information
#00870A (or 0x00870A) is known color: Green. HEX triplet: 00, 87 and 0A. RGB value is (0,135,10). Sum of RGB (Red+Green+Blue) = 0+135+10=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 135 (53.12% from 255 or 93.10% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 135 - color contains mainly: green. Hex color #00870A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00870A is #FF78F5. Grayscale: #505050. Windows color (decimal): -16742646 or 689920. OLE color: 689920.
HSL color Cylindrical-coordinate representation of color #00870A: hue angle of 124.44º 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 #00870A is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 10 | - |
| CMYK | 1 | 0 | 0.93 | 0.47 |
| HSL | 124.44º | 1% | 0.26% | - |
| HSV(B) | 124.44º | 1% | 0.53% | - |
| XYZ | 8.72 | 17.35 | 3.18 | - |
| YUV | 80.39 | 88.27 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 10 | 1 | 0 | 0.93 | 0.47 | 124.44 | 1 | 0.26 |
| Hex | 0 | 87 | A | 64 | 0 | 5D | 2F | 7C | 64 | 1A |
| Octal | 0 | 207 | 12 | 144 | 0 | 135 | 57 | 174 | 144 | 32 |
| Binary | 0 | 10000111 | 1010 | 1100100 | 0 | 1011101 | 101111 | 1111100 | 1100100 | 11010 |
Color Harmonies of #00870A
Complementary color
Monochromatic Colors of #00870A
Black with #00870A
Text Example
Text Example
White with #00870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00870A; }
p { color: rgb(0,135,10); }
H1.HeaderClassName
{
color: #00870A;
}
.AnyTagClassName
{
color: #00870A;
}
</style>
background-color css
<style>
a { background-color: #00870A; }
a { background-color: rgb(0,135,10); }
div.DivClassName
{
background-color: #00870A;
}
.BgClassName
{
background-color: #00870A;
}
</style>
border-color css
<style>
span { border-color: #00870A; }
span { border-color: rgb(0,135,10); }
td.TdClassName
{
border-color: #00870A;
}
.TagClassName
{
border-color: #00870A;
}
</style>