Shades of Pigment Green #1AB450
Tints of Pigment Green #1AB450
RGB
CMYK
RGB Variations
Color information
#1AB450 (or 0x1AB450) is known color: Pigment Green. HEX triplet: 1A, B4 and 50. RGB value is (26,180,80). Sum of RGB (Red+Green+Blue) = 26+180+80=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB450 is #E54BAF. Grayscale: #7A7A7A. Windows color (decimal): -15027120 or 5288986. OLE color: 5288986.
HSL color Cylindrical-coordinate representation of color #1AB450: hue angle of 141.04º 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 #1AB450 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 80 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.29 |
| HSL | 141.04º | 0.75% | 0.4% | - |
| HSV(B) | 141.04º | 0.86% | 0.71% | - |
| XYZ | 18.2 | 33.44 | 13.09 | - |
| YUV | 122.55 | 103.98 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 80 | 0.86 | 0 | 0.56 | 0.29 | 141.04 | 0.75 | 0.4 |
| Hex | 1A | B4 | 50 | 56 | 0 | 38 | 1D | 8D | 4B | 28 |
| Octal | 32 | 264 | 120 | 126 | 0 | 70 | 35 | 215 | 113 | 50 |
| Binary | 11010 | 10110100 | 1010000 | 1010110 | 0 | 111000 | 11101 | 10001101 | 1001011 | 101000 |
Color Harmonies of #1AB450
Complementary color
Monochromatic Colors of #1AB450
Black with #1AB450
Text Example
Text Example
White with #1AB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB450; }
p { color: rgb(26,180,80); }
H1.HeaderClassName
{
color: #1AB450;
}
.AnyTagClassName
{
color: #1AB450;
}
</style>
background-color css
<style>
a { background-color: #1AB450; }
a { background-color: rgb(26,180,80); }
div.DivClassName
{
background-color: #1AB450;
}
.BgClassName
{
background-color: #1AB450;
}
</style>
border-color css
<style>
span { border-color: #1AB450; }
span { border-color: rgb(26,180,80); }
td.TdClassName
{
border-color: #1AB450;
}
.TagClassName
{
border-color: #1AB450;
}
</style>