Shades of Pigment Green #1AB455
Tints of Pigment Green #1AB455
RGB
CMYK
RGB Variations
Color information
#1AB455 (or 0x1AB455) is known color: Pigment Green. HEX triplet: 1A, B4 and 55. RGB value is (26,180,85). Sum of RGB (Red+Green+Blue) = 26+180+85=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB455 is #E54BAA. Grayscale: #7B7B7B. Windows color (decimal): -15027115 or 5616666. OLE color: 5616666.
HSL color Cylindrical-coordinate representation of color #1AB455: hue angle of 142.99º 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 #1AB455 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 85 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.29 |
| HSL | 142.99º | 0.75% | 0.4% | - |
| HSV(B) | 142.99º | 0.86% | 0.71% | - |
| XYZ | 18.39 | 33.52 | 14.09 | - |
| YUV | 123.12 | 106.48 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 85 | 0.86 | 0 | 0.53 | 0.29 | 142.99 | 0.75 | 0.4 |
| Hex | 1A | B4 | 55 | 56 | 0 | 35 | 1D | 8F | 4B | 28 |
| Octal | 32 | 264 | 125 | 126 | 0 | 65 | 35 | 217 | 113 | 50 |
| Binary | 11010 | 10110100 | 1010101 | 1010110 | 0 | 110101 | 11101 | 10001111 | 1001011 | 101000 |
Color Harmonies of #1AB455
Complementary color
Monochromatic Colors of #1AB455
Black with #1AB455
Text Example
Text Example
White with #1AB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB455; }
p { color: rgb(26,180,85); }
H1.HeaderClassName
{
color: #1AB455;
}
.AnyTagClassName
{
color: #1AB455;
}
</style>
background-color css
<style>
a { background-color: #1AB455; }
a { background-color: rgb(26,180,85); }
div.DivClassName
{
background-color: #1AB455;
}
.BgClassName
{
background-color: #1AB455;
}
</style>
border-color css
<style>
span { border-color: #1AB455; }
span { border-color: rgb(26,180,85); }
td.TdClassName
{
border-color: #1AB455;
}
.TagClassName
{
border-color: #1AB455;
}
</style>