Shades of Jungle Green #26AC73
Tints of Jungle Green #26AC73
RGB
CMYK
RGB Variations
Color information
#26AC73 (or 0x26AC73) is known color: Jungle Green. HEX triplet: 26, AC and 73. RGB value is (38,172,115). Sum of RGB (Red+Green+Blue) = 38+172+115=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AC73 is #D9538C. Grayscale: #7D7D7D. Windows color (decimal): -14242701 or 7580710. OLE color: 7580710.
HSL color Cylindrical-coordinate representation of color #26AC73: hue angle of 154.48º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AC73 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 115 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.33 |
| HSL | 154.48º | 0.64% | 0.41% | - |
| HSV(B) | 154.48º | 0.78% | 0.67% | - |
| XYZ | 18.65 | 31.15 | 21.25 | - |
| YUV | 125.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 115 | 0.78 | 0 | 0.33 | 0.33 | 154.48 | 0.64 | 0.41 |
| Hex | 26 | AC | 73 | 4E | 0 | 21 | 21 | 9A | 40 | 29 |
| Octal | 46 | 254 | 163 | 116 | 0 | 41 | 41 | 232 | 100 | 51 |
| Binary | 100110 | 10101100 | 1110011 | 1001110 | 0 | 100001 | 100001 | 10011010 | 1000000 | 101001 |
Color Harmonies of #26AC73
Complementary color
Monochromatic Colors of #26AC73
Black with #26AC73
Text Example
Text Example
White with #26AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AC73; }
p { color: rgb(38,172,115); }
H1.HeaderClassName
{
color: #26AC73;
}
.AnyTagClassName
{
color: #26AC73;
}
</style>
background-color css
<style>
a { background-color: #26AC73; }
a { background-color: rgb(38,172,115); }
div.DivClassName
{
background-color: #26AC73;
}
.BgClassName
{
background-color: #26AC73;
}
</style>
border-color css
<style>
span { border-color: #26AC73; }
span { border-color: rgb(38,172,115); }
td.TdClassName
{
border-color: #26AC73;
}
.TagClassName
{
border-color: #26AC73;
}
</style>