Shades of Forest Green #1A9F10
Tints of Forest Green #1A9F10
RGB
CMYK
RGB Variations
Color information
#1A9F10 (or 0x1A9F10) is known color: Forest Green. HEX triplet: 1A, 9F and 10. RGB value is (26,159,16). Sum of RGB (Red+Green+Blue) = 26+159+16=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 159 (62.5% from 255 or 79.10% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 159 - color contains mainly: green. Hex color #1A9F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9F10 is #E560EF. Grayscale: #676767. Windows color (decimal): -15032560 or 1089306. OLE color: 1089306.
HSL color Cylindrical-coordinate representation of color #1A9F10: hue angle of 115.8º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A9F10 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 159 | 16 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.38 |
| HSL | 115.8º | 0.82% | 0.34% | - |
| HSV(B) | 115.8º | 0.9% | 0.62% | - |
| XYZ | 12.92 | 25.05 | 4.65 | - |
| YUV | 102.93 | 78.94 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 159 | 16 | 0.84 | 0 | 0.90 | 0.38 | 115.8 | 0.82 | 0.34 |
| Hex | 1A | 9F | 10 | 54 | 0 | 5A | 26 | 74 | 52 | 22 |
| Octal | 32 | 237 | 20 | 124 | 0 | 132 | 46 | 164 | 122 | 42 |
| Binary | 11010 | 10011111 | 10000 | 1010100 | 0 | 1011010 | 100110 | 1110100 | 1010010 | 100010 |
Color Harmonies of #1A9F10
Complementary color
Monochromatic Colors of #1A9F10
Black with #1A9F10
Text Example
Text Example
White with #1A9F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9F10; }
p { color: rgb(26,159,16); }
H1.HeaderClassName
{
color: #1A9F10;
}
.AnyTagClassName
{
color: #1A9F10;
}
</style>
background-color css
<style>
a { background-color: #1A9F10; }
a { background-color: rgb(26,159,16); }
div.DivClassName
{
background-color: #1A9F10;
}
.BgClassName
{
background-color: #1A9F10;
}
</style>
border-color css
<style>
span { border-color: #1A9F10; }
span { border-color: rgb(26,159,16); }
td.TdClassName
{
border-color: #1A9F10;
}
.TagClassName
{
border-color: #1A9F10;
}
</style>