Shades of Forest Green #26AC14
Tints of Forest Green #26AC14
RGB
CMYK
RGB Variations
Color information
#26AC14 (or 0x26AC14) is known color: Forest Green. HEX triplet: 26, AC and 14. RGB value is (38,172,20). Sum of RGB (Red+Green+Blue) = 38+172+20=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 172 (67.58% from 255 or 74.78% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26AC14 is #D953EB. Grayscale: #737373. Windows color (decimal): -14242796 or 1354790. OLE color: 1354790.
HSL color Cylindrical-coordinate representation of color #26AC14: hue angle of 112.89º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26AC14 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 20 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.33 |
| HSL | 112.89º | 0.79% | 0.38% | - |
| HSV(B) | 112.89º | 0.88% | 0.67% | - |
| XYZ | 15.68 | 29.97 | 5.62 | - |
| YUV | 114.61 | 74.61 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 20 | 0.78 | 0 | 0.88 | 0.33 | 112.89 | 0.79 | 0.38 |
| Hex | 26 | AC | 14 | 4E | 0 | 58 | 21 | 71 | 4F | 26 |
| Octal | 46 | 254 | 24 | 116 | 0 | 130 | 41 | 161 | 117 | 46 |
| Binary | 100110 | 10101100 | 10100 | 1001110 | 0 | 1011000 | 100001 | 1110001 | 1001111 | 100110 |
Color Harmonies of #26AC14
Complementary color
Monochromatic Colors of #26AC14
Black with #26AC14
Text Example
Text Example
White with #26AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AC14; }
p { color: rgb(38,172,20); }
H1.HeaderClassName
{
color: #26AC14;
}
.AnyTagClassName
{
color: #26AC14;
}
</style>
background-color css
<style>
a { background-color: #26AC14; }
a { background-color: rgb(38,172,20); }
div.DivClassName
{
background-color: #26AC14;
}
.BgClassName
{
background-color: #26AC14;
}
</style>
border-color css
<style>
span { border-color: #26AC14; }
span { border-color: rgb(38,172,20); }
td.TdClassName
{
border-color: #26AC14;
}
.TagClassName
{
border-color: #26AC14;
}
</style>