Shades of Forest Green #1AA817
Tints of Forest Green #1AA817
RGB
CMYK
RGB Variations
Color information
#1AA817 (or 0x1AA817) is known color: Forest Green. HEX triplet: 1A, A8 and 17. RGB value is (26,168,23). Sum of RGB (Red+Green+Blue) = 26+168+23=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 168 (66.02% from 255 or 77.42% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA817 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA817 is #E557E8. Grayscale: #6D6D6D. Windows color (decimal): -15030249 or 1550362. OLE color: 1550362.
HSL color Cylindrical-coordinate representation of color #1AA817: hue angle of 118.76º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AA817 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 168 | 23 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.34 |
| HSL | 118.76º | 0.76% | 0.37% | - |
| HSV(B) | 118.76º | 0.86% | 0.66% | - |
| XYZ | 14.58 | 28.29 | 5.5 | - |
| YUV | 109.01 | 79.46 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 23 | 0.85 | 0 | 0.86 | 0.34 | 118.76 | 0.76 | 0.37 |
| Hex | 1A | A8 | 17 | 55 | 0 | 56 | 22 | 77 | 4C | 25 |
| Octal | 32 | 250 | 27 | 125 | 0 | 126 | 42 | 167 | 114 | 45 |
| Binary | 11010 | 10101000 | 10111 | 1010101 | 0 | 1010110 | 100010 | 1110111 | 1001100 | 100101 |
Color Harmonies of #1AA817
Complementary color
Monochromatic Colors of #1AA817
Black with #1AA817
Text Example
Text Example
White with #1AA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA817; }
p { color: rgb(26,168,23); }
H1.HeaderClassName
{
color: #1AA817;
}
.AnyTagClassName
{
color: #1AA817;
}
</style>
background-color css
<style>
a { background-color: #1AA817; }
a { background-color: rgb(26,168,23); }
div.DivClassName
{
background-color: #1AA817;
}
.BgClassName
{
background-color: #1AA817;
}
</style>
border-color css
<style>
span { border-color: #1AA817; }
span { border-color: rgb(26,168,23); }
td.TdClassName
{
border-color: #1AA817;
}
.TagClassName
{
border-color: #1AA817;
}
</style>