Shades of Green #1A8700
Tints of Green #1A8700
RGB
CMYK
RGB Variations
Color information
#1A8700 (or 0x1A8700) is known color: Green. HEX triplet: 1A, 87 and 00. RGB value is (26,135,0). Sum of RGB (Red+Green+Blue) = 26+135+0=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 135 (53.12% from 255 or 83.85% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8700 is #E578FF. Grayscale: #575757. Windows color (decimal): -15038720 or 34586. OLE color: 34586.
HSL color Cylindrical-coordinate representation of color #1A8700: hue angle of 108.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 #1A8700 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.47 |
| HSL | 108.44º | 1% | 0.26% | - |
| HSV(B) | 108.44º | 1% | 0.53% | - |
| XYZ | 9.09 | 17.55 | 2.91 | - |
| YUV | 87.02 | 78.89 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 0 | 0.81 | 0 | 1 | 0.47 | 108.44 | 1 | 0.26 |
| Hex | 1A | 87 | 0 | 51 | 0 | 64 | 2F | 6C | 64 | 1A |
| Octal | 32 | 207 | 0 | 121 | 0 | 144 | 57 | 154 | 144 | 32 |
| Binary | 11010 | 10000111 | 0 | 1010001 | 0 | 1100100 | 101111 | 1101100 | 1100100 | 11010 |
Color Harmonies of #1A8700
Complementary color
Monochromatic Colors of #1A8700
Black with #1A8700
Text Example
Text Example
White with #1A8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8700; }
p { color: rgb(26,135,0); }
H1.HeaderClassName
{
color: #1A8700;
}
.AnyTagClassName
{
color: #1A8700;
}
</style>
background-color css
<style>
a { background-color: #1A8700; }
a { background-color: rgb(26,135,0); }
div.DivClassName
{
background-color: #1A8700;
}
.BgClassName
{
background-color: #1A8700;
}
</style>
border-color css
<style>
span { border-color: #1A8700; }
span { border-color: rgb(26,135,0); }
td.TdClassName
{
border-color: #1A8700;
}
.TagClassName
{
border-color: #1A8700;
}
</style>