Shades of Forest Green #10A21C
Tints of Forest Green #10A21C
RGB
CMYK
RGB Variations
Color information
#10A21C (or 0x10A21C) is known color: Forest Green. HEX triplet: 10, A2 and 1C. RGB value is (16,162,28). Sum of RGB (Red+Green+Blue) = 16+162+28=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #10A21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A21C is #EF5DE3. Grayscale: #676767. Windows color (decimal): -15687140 or 1876496. OLE color: 1876496.
HSL color Cylindrical-coordinate representation of color #10A21C: hue angle of 124.93º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A21C is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 28 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.36 |
| HSL | 124.93º | 0.82% | 0.35% | - |
| HSV(B) | 124.93º | 0.9% | 0.64% | - |
| XYZ | 13.34 | 26.03 | 5.42 | - |
| YUV | 103.07 | 85.63 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 28 | 0.90 | 0 | 0.83 | 0.36 | 124.93 | 0.82 | 0.35 |
| Hex | 10 | A2 | 1C | 5A | 0 | 53 | 24 | 7D | 52 | 23 |
| Octal | 20 | 242 | 34 | 132 | 0 | 123 | 44 | 175 | 122 | 43 |
| Binary | 10000 | 10100010 | 11100 | 1011010 | 0 | 1010011 | 100100 | 1111101 | 1010010 | 100011 |
Color Harmonies of #10A21C
Complementary color
Monochromatic Colors of #10A21C
Black with #10A21C
Text Example
Text Example
White with #10A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A21C; }
p { color: rgb(16,162,28); }
H1.HeaderClassName
{
color: #10A21C;
}
.AnyTagClassName
{
color: #10A21C;
}
</style>
background-color css
<style>
a { background-color: #10A21C; }
a { background-color: rgb(16,162,28); }
div.DivClassName
{
background-color: #10A21C;
}
.BgClassName
{
background-color: #10A21C;
}
</style>
border-color css
<style>
span { border-color: #10A21C; }
span { border-color: rgb(16,162,28); }
td.TdClassName
{
border-color: #10A21C;
}
.TagClassName
{
border-color: #10A21C;
}
</style>