Shades of Pigment Green #1AB458
Tints of Pigment Green #1AB458
RGB
CMYK
RGB Variations
Color information
#1AB458 (or 0x1AB458) is known color: Pigment Green. HEX triplet: 1A, B4 and 58. RGB value is (26,180,88). Sum of RGB (Red+Green+Blue) = 26+180+88=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB458 is #E54BA7. Grayscale: #7B7B7B. Windows color (decimal): -15027112 or 5813274. OLE color: 5813274.
HSL color Cylindrical-coordinate representation of color #1AB458: hue angle of 144.16º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB458 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 88 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.29 |
| HSL | 144.16º | 0.75% | 0.4% | - |
| HSV(B) | 144.16º | 0.86% | 0.71% | - |
| XYZ | 18.51 | 33.57 | 14.74 | - |
| YUV | 123.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 88 | 0.86 | 0 | 0.51 | 0.29 | 144.16 | 0.75 | 0.4 |
| Hex | 1A | B4 | 58 | 56 | 0 | 33 | 1D | 90 | 4B | 28 |
| Octal | 32 | 264 | 130 | 126 | 0 | 63 | 35 | 220 | 113 | 50 |
| Binary | 11010 | 10110100 | 1011000 | 1010110 | 0 | 110011 | 11101 | 10010000 | 1001011 | 101000 |
Color Harmonies of #1AB458
Complementary color
Monochromatic Colors of #1AB458
Black with #1AB458
Text Example
Text Example
White with #1AB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB458; }
p { color: rgb(26,180,88); }
H1.HeaderClassName
{
color: #1AB458;
}
.AnyTagClassName
{
color: #1AB458;
}
</style>
background-color css
<style>
a { background-color: #1AB458; }
a { background-color: rgb(26,180,88); }
div.DivClassName
{
background-color: #1AB458;
}
.BgClassName
{
background-color: #1AB458;
}
</style>
border-color css
<style>
span { border-color: #1AB458; }
span { border-color: rgb(26,180,88); }
td.TdClassName
{
border-color: #1AB458;
}
.TagClassName
{
border-color: #1AB458;
}
</style>