Shades of Forest Green #10A018
Tints of Forest Green #10A018
RGB
CMYK
RGB Variations
Color information
#10A018 (or 0x10A018) is known color: Forest Green. HEX triplet: 10, A0 and 18. RGB value is (16,160,24). Sum of RGB (Red+Green+Blue) = 16+160+24=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 160 (62.89% from 255 or 80% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 160 - color contains mainly: green. Hex color #10A018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A018 is #EF5FE7. Grayscale: #656565. Windows color (decimal): -15687656 or 1613840. OLE color: 1613840.
HSL color Cylindrical-coordinate representation of color #10A018: hue angle of 123.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A018 is Cyan = 0.9, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 24 | - |
| CMYK | 0.9 | 0 | 0.85 | 0.37 |
| HSL | 123.33º | 0.82% | 0.35% | - |
| HSV(B) | 123.33º | 0.9% | 0.63% | - |
| XYZ | 12.95 | 25.32 | 5.07 | - |
| YUV | 101.44 | 84.29 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 24 | 0.9 | 0 | 0.85 | 0.37 | 123.33 | 0.82 | 0.35 |
| Hex | 10 | A0 | 18 | 5A | 0 | 55 | 25 | 7B | 52 | 23 |
| Octal | 20 | 240 | 30 | 132 | 0 | 125 | 45 | 173 | 122 | 43 |
| Binary | 10000 | 10100000 | 11000 | 1011010 | 0 | 1010101 | 100101 | 1111011 | 1010010 | 100011 |
Color Harmonies of #10A018
Complementary color
Monochromatic Colors of #10A018
Black with #10A018
Text Example
Text Example
White with #10A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A018; }
p { color: rgb(16,160,24); }
H1.HeaderClassName
{
color: #10A018;
}
.AnyTagClassName
{
color: #10A018;
}
</style>
background-color css
<style>
a { background-color: #10A018; }
a { background-color: rgb(16,160,24); }
div.DivClassName
{
background-color: #10A018;
}
.BgClassName
{
background-color: #10A018;
}
</style>
border-color css
<style>
span { border-color: #10A018; }
span { border-color: rgb(16,160,24); }
td.TdClassName
{
border-color: #10A018;
}
.TagClassName
{
border-color: #10A018;
}
</style>