Shades of Forest Green #10AB1E
Tints of Forest Green #10AB1E
RGB
CMYK
RGB Variations
Color information
#10AB1E (or 0x10AB1E) is known color: Forest Green. HEX triplet: 10, AB and 1E. RGB value is (16,171,30). Sum of RGB (Red+Green+Blue) = 16+171+30=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 171 (67.19% from 255 or 78.80% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB1E is #EF54E1. Grayscale: #6C6C6C. Windows color (decimal): -15684834 or 2009872. OLE color: 2009872.
HSL color Cylindrical-coordinate representation of color #10AB1E: hue angle of 125.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB1E is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 30 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.33 |
| HSL | 125.42º | 0.83% | 0.37% | - |
| HSV(B) | 125.42º | 0.91% | 0.67% | - |
| XYZ | 15.01 | 29.33 | 6.1 | - |
| YUV | 108.58 | 83.65 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 30 | 0.91 | 0 | 0.82 | 0.33 | 125.42 | 0.83 | 0.37 |
| Hex | 10 | AB | 1E | 5B | 0 | 52 | 21 | 7D | 53 | 25 |
| Octal | 20 | 253 | 36 | 133 | 0 | 122 | 41 | 175 | 123 | 45 |
| Binary | 10000 | 10101011 | 11110 | 1011011 | 0 | 1010010 | 100001 | 1111101 | 1010011 | 100101 |
Color Harmonies of #10AB1E
Complementary color
Monochromatic Colors of #10AB1E
Black with #10AB1E
Text Example
Text Example
White with #10AB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB1E; }
p { color: rgb(16,171,30); }
H1.HeaderClassName
{
color: #10AB1E;
}
.AnyTagClassName
{
color: #10AB1E;
}
</style>
background-color css
<style>
a { background-color: #10AB1E; }
a { background-color: rgb(16,171,30); }
div.DivClassName
{
background-color: #10AB1E;
}
.BgClassName
{
background-color: #10AB1E;
}
</style>
border-color css
<style>
span { border-color: #10AB1E; }
span { border-color: rgb(16,171,30); }
td.TdClassName
{
border-color: #10AB1E;
}
.TagClassName
{
border-color: #10AB1E;
}
</style>