Shades of Forest Green #26AC0F
Tints of Forest Green #26AC0F
RGB
CMYK
RGB Variations
Color information
#26AC0F (or 0x26AC0F) is known color: Forest Green. HEX triplet: 26, AC and 0F. RGB value is (38,172,15). Sum of RGB (Red+Green+Blue) = 38+172+15=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 172 (67.58% from 255 or 76.44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26AC0F is #D953F0. Grayscale: #727272. Windows color (decimal): -14242801 or 1027110. OLE color: 1027110.
HSL color Cylindrical-coordinate representation of color #26AC0F: hue angle of 111.21º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26AC0F is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 15 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.33 |
| HSL | 111.21º | 0.84% | 0.37% | - |
| HSV(B) | 111.21º | 0.91% | 0.67% | - |
| XYZ | 15.64 | 29.95 | 5.41 | - |
| YUV | 114.04 | 72.11 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 15 | 0.78 | 0 | 0.91 | 0.33 | 111.21 | 0.84 | 0.37 |
| Hex | 26 | AC | F | 4E | 0 | 5B | 21 | 6F | 54 | 25 |
| Octal | 46 | 254 | 17 | 116 | 0 | 133 | 41 | 157 | 124 | 45 |
| Binary | 100110 | 10101100 | 1111 | 1001110 | 0 | 1011011 | 100001 | 1101111 | 1010100 | 100101 |
Color Harmonies of #26AC0F
Complementary color
Monochromatic Colors of #26AC0F
Black with #26AC0F
Text Example
Text Example
White with #26AC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AC0F; }
p { color: rgb(38,172,15); }
H1.HeaderClassName
{
color: #26AC0F;
}
.AnyTagClassName
{
color: #26AC0F;
}
</style>
background-color css
<style>
a { background-color: #26AC0F; }
a { background-color: rgb(38,172,15); }
div.DivClassName
{
background-color: #26AC0F;
}
.BgClassName
{
background-color: #26AC0F;
}
</style>
border-color css
<style>
span { border-color: #26AC0F; }
span { border-color: rgb(38,172,15); }
td.TdClassName
{
border-color: #26AC0F;
}
.TagClassName
{
border-color: #26AC0F;
}
</style>