Shades of Jungle Green #26AF8A
Tints of Jungle Green #26AF8A
RGB
CMYK
RGB Variations
Color information
#26AF8A (or 0x26AF8A) is known color: Jungle Green. HEX triplet: 26, AF and 8A. RGB value is (38,175,138). Sum of RGB (Red+Green+Blue) = 38+175+138=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #26AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AF8A is #D95075. Grayscale: #818181. Windows color (decimal): -14241910 or 9088806. OLE color: 9088806.
HSL color Cylindrical-coordinate representation of color #26AF8A: hue angle of 163.8º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AF8A is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 175 | 138 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.31 |
| HSL | 163.8º | 0.64% | 0.42% | - |
| HSV(B) | 163.8º | 0.78% | 0.69% | - |
| XYZ | 20.72 | 32.91 | 29.3 | - |
| YUV | 129.82 | 132.61 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 175 | 138 | 0.78 | 0 | 0.21 | 0.31 | 163.8 | 0.64 | 0.42 |
| Hex | 26 | AF | 8A | 4E | 0 | 15 | 1F | A4 | 40 | 2A |
| Octal | 46 | 257 | 212 | 116 | 0 | 25 | 37 | 244 | 100 | 52 |
| Binary | 100110 | 10101111 | 10001010 | 1001110 | 0 | 10101 | 11111 | 10100100 | 1000000 | 101010 |
Color Harmonies of #26AF8A
Complementary color
Monochromatic Colors of #26AF8A
Black with #26AF8A
Text Example
Text Example
White with #26AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AF8A; }
p { color: rgb(38,175,138); }
H1.HeaderClassName
{
color: #26AF8A;
}
.AnyTagClassName
{
color: #26AF8A;
}
</style>
background-color css
<style>
a { background-color: #26AF8A; }
a { background-color: rgb(38,175,138); }
div.DivClassName
{
background-color: #26AF8A;
}
.BgClassName
{
background-color: #26AF8A;
}
</style>
border-color css
<style>
span { border-color: #26AF8A; }
span { border-color: rgb(38,175,138); }
td.TdClassName
{
border-color: #26AF8A;
}
.TagClassName
{
border-color: #26AF8A;
}
</style>