Shades of Pigment Green #1A9E4D
Tints of Pigment Green #1A9E4D
RGB
CMYK
RGB Variations
Color information
#1A9E4D (or 0x1A9E4D) is known color: Pigment Green. HEX triplet: 1A, 9E and 4D. RGB value is (26,158,77). Sum of RGB (Red+Green+Blue) = 26+158+77=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 158 (62.11% from 255 or 60.54% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 158 - color contains mainly: green. Hex color #1A9E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9E4D is #E561B2. Grayscale: #6D6D6D. Windows color (decimal): -15032755 or 5086746. OLE color: 5086746.
HSL color Cylindrical-coordinate representation of color #1A9E4D: hue angle of 143.18º 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 #1A9E4D is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 158 | 77 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.38 |
| HSL | 143.18º | 0.72% | 0.36% | - |
| HSV(B) | 143.18º | 0.84% | 0.62% | - |
| XYZ | 13.99 | 25.21 | 11.15 | - |
| YUV | 109.3 | 109.77 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 77 | 0.84 | 0 | 0.51 | 0.38 | 143.18 | 0.72 | 0.36 |
| Hex | 1A | 9E | 4D | 54 | 0 | 33 | 26 | 8F | 48 | 24 |
| Octal | 32 | 236 | 115 | 124 | 0 | 63 | 46 | 217 | 110 | 44 |
| Binary | 11010 | 10011110 | 1001101 | 1010100 | 0 | 110011 | 100110 | 10001111 | 1001000 | 100100 |
Color Harmonies of #1A9E4D
Complementary color
Monochromatic Colors of #1A9E4D
Black with #1A9E4D
Text Example
Text Example
White with #1A9E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9E4D; }
p { color: rgb(26,158,77); }
H1.HeaderClassName
{
color: #1A9E4D;
}
.AnyTagClassName
{
color: #1A9E4D;
}
</style>
background-color css
<style>
a { background-color: #1A9E4D; }
a { background-color: rgb(26,158,77); }
div.DivClassName
{
background-color: #1A9E4D;
}
.BgClassName
{
background-color: #1A9E4D;
}
</style>
border-color css
<style>
span { border-color: #1A9E4D; }
span { border-color: rgb(26,158,77); }
td.TdClassName
{
border-color: #1A9E4D;
}
.TagClassName
{
border-color: #1A9E4D;
}
</style>