Shades of Jungle Green #1A9E7B
Tints of Jungle Green #1A9E7B
RGB
CMYK
RGB Variations
Color information
#1A9E7B (or 0x1A9E7B) is known color: Jungle Green. HEX triplet: 1A, 9E and 7B. RGB value is (26,158,123). Sum of RGB (Red+Green+Blue) = 26+158+123=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #1A9E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9E7B is #E56184. Grayscale: #727272. Windows color (decimal): -15032709 or 8101402. OLE color: 8101402.
HSL color Cylindrical-coordinate representation of color #1A9E7B: hue angle of 164.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9E7B is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 158 | 123 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.38 |
| HSL | 164.09º | 0.72% | 0.36% | - |
| HSV(B) | 164.09º | 0.84% | 0.62% | - |
| XYZ | 16.23 | 26.1 | 22.92 | - |
| YUV | 114.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 123 | 0.84 | 0 | 0.22 | 0.38 | 164.09 | 0.72 | 0.36 |
| Hex | 1A | 9E | 7B | 54 | 0 | 16 | 26 | A4 | 48 | 24 |
| Octal | 32 | 236 | 173 | 124 | 0 | 26 | 46 | 244 | 110 | 44 |
| Binary | 11010 | 10011110 | 1111011 | 1010100 | 0 | 10110 | 100110 | 10100100 | 1001000 | 100100 |
Color Harmonies of #1A9E7B
Complementary color
Monochromatic Colors of #1A9E7B
Black with #1A9E7B
Text Example
Text Example
White with #1A9E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9E7B; }
p { color: rgb(26,158,123); }
H1.HeaderClassName
{
color: #1A9E7B;
}
.AnyTagClassName
{
color: #1A9E7B;
}
</style>
background-color css
<style>
a { background-color: #1A9E7B; }
a { background-color: rgb(26,158,123); }
div.DivClassName
{
background-color: #1A9E7B;
}
.BgClassName
{
background-color: #1A9E7B;
}
</style>
border-color css
<style>
span { border-color: #1A9E7B; }
span { border-color: rgb(26,158,123); }
td.TdClassName
{
border-color: #1A9E7B;
}
.TagClassName
{
border-color: #1A9E7B;
}
</style>