Shades of Jungle Green #26AD84
Tints of Jungle Green #26AD84
RGB
CMYK
RGB Variations
Color information
#26AD84 (or 0x26AD84) is known color: Jungle Green. HEX triplet: 26, AD and 84. RGB value is (38,173,132). Sum of RGB (Red+Green+Blue) = 38+173+132=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #26AD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AD84 is #D9527B. Grayscale: #7F7F7F. Windows color (decimal): -14242428 or 8695078. OLE color: 8695078.
HSL color Cylindrical-coordinate representation of color #26AD84: hue angle of 161.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AD84 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 173 | 132 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.32 |
| HSL | 161.78º | 0.64% | 0.41% | - |
| HSV(B) | 161.78º | 0.78% | 0.68% | - |
| XYZ | 19.91 | 31.97 | 26.95 | - |
| YUV | 127.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 132 | 0.78 | 0 | 0.24 | 0.32 | 161.78 | 0.64 | 0.41 |
| Hex | 26 | AD | 84 | 4E | 0 | 18 | 20 | A2 | 40 | 29 |
| Octal | 46 | 255 | 204 | 116 | 0 | 30 | 40 | 242 | 100 | 51 |
| Binary | 100110 | 10101101 | 10000100 | 1001110 | 0 | 11000 | 100000 | 10100010 | 1000000 | 101001 |
Color Harmonies of #26AD84
Complementary color
Monochromatic Colors of #26AD84
Black with #26AD84
Text Example
Text Example
White with #26AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AD84; }
p { color: rgb(38,173,132); }
H1.HeaderClassName
{
color: #26AD84;
}
.AnyTagClassName
{
color: #26AD84;
}
</style>
background-color css
<style>
a { background-color: #26AD84; }
a { background-color: rgb(38,173,132); }
div.DivClassName
{
background-color: #26AD84;
}
.BgClassName
{
background-color: #26AD84;
}
</style>
border-color css
<style>
span { border-color: #26AD84; }
span { border-color: rgb(38,173,132); }
td.TdClassName
{
border-color: #26AD84;
}
.TagClassName
{
border-color: #26AD84;
}
</style>