Shades of Pigment Green #1AB053
Tints of Pigment Green #1AB053
RGB
CMYK
RGB Variations
Color information
#1AB053 (or 0x1AB053) is known color: Pigment Green. HEX triplet: 1A, B0 and 53. RGB value is (26,176,83). Sum of RGB (Red+Green+Blue) = 26+176+83=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB053 is #E54FAC. Grayscale: #787878. Windows color (decimal): -15028141 or 5484570. OLE color: 5484570.
HSL color Cylindrical-coordinate representation of color #1AB053: hue angle of 142.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB053 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 83 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.31 |
| HSL | 142.8º | 0.74% | 0.4% | - |
| HSV(B) | 142.8º | 0.85% | 0.69% | - |
| XYZ | 17.51 | 31.89 | 13.42 | - |
| YUV | 120.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 83 | 0.85 | 0 | 0.53 | 0.31 | 142.8 | 0.74 | 0.4 |
| Hex | 1A | B0 | 53 | 55 | 0 | 35 | 1F | 8F | 4A | 28 |
| Octal | 32 | 260 | 123 | 125 | 0 | 65 | 37 | 217 | 112 | 50 |
| Binary | 11010 | 10110000 | 1010011 | 1010101 | 0 | 110101 | 11111 | 10001111 | 1001010 | 101000 |
Color Harmonies of #1AB053
Complementary color
Monochromatic Colors of #1AB053
Black with #1AB053
Text Example
Text Example
White with #1AB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB053; }
p { color: rgb(26,176,83); }
H1.HeaderClassName
{
color: #1AB053;
}
.AnyTagClassName
{
color: #1AB053;
}
</style>
background-color css
<style>
a { background-color: #1AB053; }
a { background-color: rgb(26,176,83); }
div.DivClassName
{
background-color: #1AB053;
}
.BgClassName
{
background-color: #1AB053;
}
</style>
border-color css
<style>
span { border-color: #1AB053; }
span { border-color: rgb(26,176,83); }
td.TdClassName
{
border-color: #1AB053;
}
.TagClassName
{
border-color: #1AB053;
}
</style>