Shades of Green #1A8400
Tints of Green #1A8400
RGB
CMYK
RGB Variations
Color information
#1A8400 (or 0x1A8400) is known color: Green. HEX triplet: 1A, 84 and 00. RGB value is (26,132,0). Sum of RGB (Red+Green+Blue) = 26+132+0=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 132 (51.95% from 255 or 83.54% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8400 is #E57BFF. Grayscale: #555555. Windows color (decimal): -15039488 or 33818. OLE color: 33818.
HSL color Cylindrical-coordinate representation of color #1A8400: hue angle of 108.18º 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 #1A8400 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.48 |
| HSL | 108.18º | 1% | 0.26% | - |
| HSV(B) | 108.18º | 1% | 0.52% | - |
| XYZ | 8.68 | 16.72 | 2.77 | - |
| YUV | 85.26 | 79.88 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 0 | 0.80 | 0 | 1 | 0.48 | 108.18 | 1 | 0.26 |
| Hex | 1A | 84 | 0 | 50 | 0 | 64 | 30 | 6C | 64 | 1A |
| Octal | 32 | 204 | 0 | 120 | 0 | 144 | 60 | 154 | 144 | 32 |
| Binary | 11010 | 10000100 | 0 | 1010000 | 0 | 1100100 | 110000 | 1101100 | 1100100 | 11010 |
Color Harmonies of #1A8400
Complementary color
Monochromatic Colors of #1A8400
Black with #1A8400
Text Example
Text Example
White with #1A8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8400; }
p { color: rgb(26,132,0); }
H1.HeaderClassName
{
color: #1A8400;
}
.AnyTagClassName
{
color: #1A8400;
}
</style>
background-color css
<style>
a { background-color: #1A8400; }
a { background-color: rgb(26,132,0); }
div.DivClassName
{
background-color: #1A8400;
}
.BgClassName
{
background-color: #1A8400;
}
</style>
border-color css
<style>
span { border-color: #1A8400; }
span { border-color: rgb(26,132,0); }
td.TdClassName
{
border-color: #1A8400;
}
.TagClassName
{
border-color: #1A8400;
}
</style>