Shades of Pigment Green #1A9E40
Tints of Pigment Green #1A9E40
RGB
CMYK
RGB Variations
Color information
#1A9E40 (or 0x1A9E40) is known color: Pigment Green. HEX triplet: 1A, 9E and 40. RGB value is (26,158,64). Sum of RGB (Red+Green+Blue) = 26+158+64=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 158 (62.11% from 255 or 63.71% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 158 - color contains mainly: green. Hex color #1A9E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9E40 is #E561BF. Grayscale: #6C6C6C. Windows color (decimal): -15032768 or 4234778. OLE color: 4234778.
HSL color Cylindrical-coordinate representation of color #1A9E40: hue angle of 137.27º 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 #1A9E40 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 158 | 64 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.38 |
| HSL | 137.27º | 0.72% | 0.36% | - |
| HSV(B) | 137.27º | 0.84% | 0.62% | - |
| XYZ | 13.58 | 25.04 | 8.97 | - |
| YUV | 107.82 | 103.27 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 64 | 0.84 | 0 | 0.59 | 0.38 | 137.27 | 0.72 | 0.36 |
| Hex | 1A | 9E | 40 | 54 | 0 | 3B | 26 | 89 | 48 | 24 |
| Octal | 32 | 236 | 100 | 124 | 0 | 73 | 46 | 211 | 110 | 44 |
| Binary | 11010 | 10011110 | 1000000 | 1010100 | 0 | 111011 | 100110 | 10001001 | 1001000 | 100100 |
Color Harmonies of #1A9E40
Complementary color
Monochromatic Colors of #1A9E40
Black with #1A9E40
Text Example
Text Example
White with #1A9E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9E40; }
p { color: rgb(26,158,64); }
H1.HeaderClassName
{
color: #1A9E40;
}
.AnyTagClassName
{
color: #1A9E40;
}
</style>
background-color css
<style>
a { background-color: #1A9E40; }
a { background-color: rgb(26,158,64); }
div.DivClassName
{
background-color: #1A9E40;
}
.BgClassName
{
background-color: #1A9E40;
}
</style>
border-color css
<style>
span { border-color: #1A9E40; }
span { border-color: rgb(26,158,64); }
td.TdClassName
{
border-color: #1A9E40;
}
.TagClassName
{
border-color: #1A9E40;
}
</style>