Shades of Forest Green #10A61C
Tints of Forest Green #10A61C
RGB
CMYK
RGB Variations
Color information
#10A61C (or 0x10A61C) is known color: Forest Green. HEX triplet: 10, A6 and 1C. RGB value is (16,166,28). Sum of RGB (Red+Green+Blue) = 16+166+28=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 166 (65.23% from 255 or 79.05% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 166 - color contains mainly: green. Hex color #10A61C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A61C is #EF59E3. Grayscale: #696969. Windows color (decimal): -15686116 or 1877520. OLE color: 1877520.
HSL color Cylindrical-coordinate representation of color #10A61C: hue angle of 124.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A61C is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 28 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.35 |
| HSL | 124.8º | 0.82% | 0.36% | - |
| HSV(B) | 124.8º | 0.9% | 0.65% | - |
| XYZ | 14.06 | 27.47 | 5.66 | - |
| YUV | 105.42 | 84.31 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 28 | 0.90 | 0 | 0.83 | 0.35 | 124.8 | 0.82 | 0.36 |
| Hex | 10 | A6 | 1C | 5A | 0 | 53 | 23 | 7D | 52 | 24 |
| Octal | 20 | 246 | 34 | 132 | 0 | 123 | 43 | 175 | 122 | 44 |
| Binary | 10000 | 10100110 | 11100 | 1011010 | 0 | 1010011 | 100011 | 1111101 | 1010010 | 100100 |
Color Harmonies of #10A61C
Complementary color
Monochromatic Colors of #10A61C
Black with #10A61C
Text Example
Text Example
White with #10A61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A61C; }
p { color: rgb(16,166,28); }
H1.HeaderClassName
{
color: #10A61C;
}
.AnyTagClassName
{
color: #10A61C;
}
</style>
background-color css
<style>
a { background-color: #10A61C; }
a { background-color: rgb(16,166,28); }
div.DivClassName
{
background-color: #10A61C;
}
.BgClassName
{
background-color: #10A61C;
}
</style>
border-color css
<style>
span { border-color: #10A61C; }
span { border-color: rgb(16,166,28); }
td.TdClassName
{
border-color: #10A61C;
}
.TagClassName
{
border-color: #10A61C;
}
</style>