Shades of Forest Green #10A425
Tints of Forest Green #10A425
RGB
CMYK
RGB Variations
Color information
#10A425 (or 0x10A425) is known color: Forest Green. HEX triplet: 10, A4 and 25. RGB value is (16,164,37). Sum of RGB (Red+Green+Blue) = 16+164+37=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 164 (64.45% from 255 or 75.58% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 164 - color contains mainly: green. Hex color #10A425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A425 is #EF5BDA. Grayscale: #696969. Windows color (decimal): -15686619 or 2466832. OLE color: 2466832.
HSL color Cylindrical-coordinate representation of color #10A425: hue angle of 128.51º 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 #10A425 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 164 | 37 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.36 |
| HSL | 128.51º | 0.82% | 0.35% | - |
| HSV(B) | 128.51º | 0.9% | 0.64% | - |
| XYZ | 13.82 | 26.79 | 6.19 | - |
| YUV | 105.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 164 | 37 | 0.90 | 0 | 0.77 | 0.36 | 128.51 | 0.82 | 0.35 |
| Hex | 10 | A4 | 25 | 5A | 0 | 4D | 24 | 81 | 52 | 23 |
| Octal | 20 | 244 | 45 | 132 | 0 | 115 | 44 | 201 | 122 | 43 |
| Binary | 10000 | 10100100 | 100101 | 1011010 | 0 | 1001101 | 100100 | 10000001 | 1010010 | 100011 |
Color Harmonies of #10A425
Complementary color
Monochromatic Colors of #10A425
Black with #10A425
Text Example
Text Example
White with #10A425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A425; }
p { color: rgb(16,164,37); }
H1.HeaderClassName
{
color: #10A425;
}
.AnyTagClassName
{
color: #10A425;
}
</style>
background-color css
<style>
a { background-color: #10A425; }
a { background-color: rgb(16,164,37); }
div.DivClassName
{
background-color: #10A425;
}
.BgClassName
{
background-color: #10A425;
}
</style>
border-color css
<style>
span { border-color: #10A425; }
span { border-color: rgb(16,164,37); }
td.TdClassName
{
border-color: #10A425;
}
.TagClassName
{
border-color: #10A425;
}
</style>