Shades of Forest Green #10AA1F
Tints of Forest Green #10AA1F
RGB
CMYK
RGB Variations
Color information
#10AA1F (or 0x10AA1F) is known color: Forest Green. HEX triplet: 10, AA and 1F. RGB value is (16,170,31). Sum of RGB (Red+Green+Blue) = 16+170+31=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA1F is #EF55E0. Grayscale: #6C6C6C. Windows color (decimal): -15685089 or 2075152. OLE color: 2075152.
HSL color Cylindrical-coordinate representation of color #10AA1F: hue angle of 125.84º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA1F is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 31 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.33 |
| HSL | 125.84º | 0.83% | 0.36% | - |
| HSV(B) | 125.84º | 0.91% | 0.67% | - |
| XYZ | 14.84 | 28.96 | 6.1 | - |
| YUV | 108.11 | 84.48 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 31 | 0.91 | 0 | 0.82 | 0.33 | 125.84 | 0.83 | 0.36 |
| Hex | 10 | AA | 1F | 5B | 0 | 52 | 21 | 7E | 53 | 24 |
| Octal | 20 | 252 | 37 | 133 | 0 | 122 | 41 | 176 | 123 | 44 |
| Binary | 10000 | 10101010 | 11111 | 1011011 | 0 | 1010010 | 100001 | 1111110 | 1010011 | 100100 |
Color Harmonies of #10AA1F
Complementary color
Monochromatic Colors of #10AA1F
Black with #10AA1F
Text Example
Text Example
White with #10AA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA1F; }
p { color: rgb(16,170,31); }
H1.HeaderClassName
{
color: #10AA1F;
}
.AnyTagClassName
{
color: #10AA1F;
}
</style>
background-color css
<style>
a { background-color: #10AA1F; }
a { background-color: rgb(16,170,31); }
div.DivClassName
{
background-color: #10AA1F;
}
.BgClassName
{
background-color: #10AA1F;
}
</style>
border-color css
<style>
span { border-color: #10AA1F; }
span { border-color: rgb(16,170,31); }
td.TdClassName
{
border-color: #10AA1F;
}
.TagClassName
{
border-color: #10AA1F;
}
</style>