Shades of Forest Green #1AA81D
Tints of Forest Green #1AA81D
RGB
CMYK
RGB Variations
Color information
#1AA81D (or 0x1AA81D) is known color: Forest Green. HEX triplet: 1A, A8 and 1D. RGB value is (26,168,29). Sum of RGB (Red+Green+Blue) = 26+168+29=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 168 (66.02% from 255 or 75.34% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA81D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA81D is #E557E2. Grayscale: #6E6E6E. Windows color (decimal): -15030243 or 1943578. OLE color: 1943578.
HSL color Cylindrical-coordinate representation of color #1AA81D: hue angle of 121.27º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA81D is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 168 | 29 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.34 |
| HSL | 121.27º | 0.73% | 0.38% | - |
| HSV(B) | 121.27º | 0.85% | 0.66% | - |
| XYZ | 14.65 | 28.31 | 5.86 | - |
| YUV | 109.7 | 82.46 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 29 | 0.85 | 0 | 0.83 | 0.34 | 121.27 | 0.73 | 0.38 |
| Hex | 1A | A8 | 1D | 55 | 0 | 53 | 22 | 79 | 49 | 26 |
| Octal | 32 | 250 | 35 | 125 | 0 | 123 | 42 | 171 | 111 | 46 |
| Binary | 11010 | 10101000 | 11101 | 1010101 | 0 | 1010011 | 100010 | 1111001 | 1001001 | 100110 |
Color Harmonies of #1AA81D
Complementary color
Monochromatic Colors of #1AA81D
Black with #1AA81D
Text Example
Text Example
White with #1AA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA81D; }
p { color: rgb(26,168,29); }
H1.HeaderClassName
{
color: #1AA81D;
}
.AnyTagClassName
{
color: #1AA81D;
}
</style>
background-color css
<style>
a { background-color: #1AA81D; }
a { background-color: rgb(26,168,29); }
div.DivClassName
{
background-color: #1AA81D;
}
.BgClassName
{
background-color: #1AA81D;
}
</style>
border-color css
<style>
span { border-color: #1AA81D; }
span { border-color: rgb(26,168,29); }
td.TdClassName
{
border-color: #1AA81D;
}
.TagClassName
{
border-color: #1AA81D;
}
</style>