Shades of Pigment Green #1AB15C
Tints of Pigment Green #1AB15C
RGB
CMYK
RGB Variations
Color information
#1AB15C (or 0x1AB15C) is known color: Pigment Green. HEX triplet: 1A, B1 and 5C. RGB value is (26,177,92). Sum of RGB (Red+Green+Blue) = 26+177+92=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB15C is #E54EA3. Grayscale: #7A7A7A. Windows color (decimal): -15027876 or 6074650. OLE color: 6074650.
HSL color Cylindrical-coordinate representation of color #1AB15C: hue angle of 146.23º 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 #1AB15C is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 92 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.31 |
| HSL | 146.23º | 0.74% | 0.4% | - |
| HSV(B) | 146.23º | 0.85% | 0.69% | - |
| XYZ | 18.08 | 32.44 | 15.43 | - |
| YUV | 122.16 | 110.97 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 92 | 0.85 | 0 | 0.48 | 0.31 | 146.23 | 0.74 | 0.4 |
| Hex | 1A | B1 | 5C | 55 | 0 | 30 | 1F | 92 | 4A | 28 |
| Octal | 32 | 261 | 134 | 125 | 0 | 60 | 37 | 222 | 112 | 50 |
| Binary | 11010 | 10110001 | 1011100 | 1010101 | 0 | 110000 | 11111 | 10010010 | 1001010 | 101000 |
Color Harmonies of #1AB15C
Complementary color
Monochromatic Colors of #1AB15C
Black with #1AB15C
Text Example
Text Example
White with #1AB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB15C; }
p { color: rgb(26,177,92); }
H1.HeaderClassName
{
color: #1AB15C;
}
.AnyTagClassName
{
color: #1AB15C;
}
</style>
background-color css
<style>
a { background-color: #1AB15C; }
a { background-color: rgb(26,177,92); }
div.DivClassName
{
background-color: #1AB15C;
}
.BgClassName
{
background-color: #1AB15C;
}
</style>
border-color css
<style>
span { border-color: #1AB15C; }
span { border-color: rgb(26,177,92); }
td.TdClassName
{
border-color: #1AB15C;
}
.TagClassName
{
border-color: #1AB15C;
}
</style>