Shades of Pigment Green #1AB14C
Tints of Pigment Green #1AB14C
RGB
CMYK
RGB Variations
Color information
#1AB14C (or 0x1AB14C) is known color: Pigment Green. HEX triplet: 1A, B1 and 4C. RGB value is (26,177,76). Sum of RGB (Red+Green+Blue) = 26+177+76=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 177 (69.53% from 255 or 63.44% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB14C is #E54EB3. Grayscale: #787878. Windows color (decimal): -15027892 or 5026074. OLE color: 5026074.
HSL color Cylindrical-coordinate representation of color #1AB14C: hue angle of 139.87º 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 #1AB14C is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 76 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.31 |
| HSL | 139.87º | 0.74% | 0.4% | - |
| HSV(B) | 139.87º | 0.85% | 0.69% | - |
| XYZ | 17.45 | 32.19 | 12.13 | - |
| YUV | 120.34 | 102.97 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 76 | 0.85 | 0 | 0.57 | 0.31 | 139.87 | 0.74 | 0.4 |
| Hex | 1A | B1 | 4C | 55 | 0 | 39 | 1F | 8C | 4A | 28 |
| Octal | 32 | 261 | 114 | 125 | 0 | 71 | 37 | 214 | 112 | 50 |
| Binary | 11010 | 10110001 | 1001100 | 1010101 | 0 | 111001 | 11111 | 10001100 | 1001010 | 101000 |
Color Harmonies of #1AB14C
Complementary color
Monochromatic Colors of #1AB14C
Black with #1AB14C
Text Example
Text Example
White with #1AB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB14C; }
p { color: rgb(26,177,76); }
H1.HeaderClassName
{
color: #1AB14C;
}
.AnyTagClassName
{
color: #1AB14C;
}
</style>
background-color css
<style>
a { background-color: #1AB14C; }
a { background-color: rgb(26,177,76); }
div.DivClassName
{
background-color: #1AB14C;
}
.BgClassName
{
background-color: #1AB14C;
}
</style>
border-color css
<style>
span { border-color: #1AB14C; }
span { border-color: rgb(26,177,76); }
td.TdClassName
{
border-color: #1AB14C;
}
.TagClassName
{
border-color: #1AB14C;
}
</style>