Shades of Pigment Green #1AB25F
Tints of Pigment Green #1AB25F
RGB
CMYK
RGB Variations
Color information
#1AB25F (or 0x1AB25F) is known color: Pigment Green. HEX triplet: 1A, B2 and 5F. RGB value is (26,178,95). Sum of RGB (Red+Green+Blue) = 26+178+95=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB25F is #E54DA0. Grayscale: #7B7B7B. Windows color (decimal): -15027617 or 6271514. OLE color: 6271514.
HSL color Cylindrical-coordinate representation of color #1AB25F: hue angle of 147.24º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB25F is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 95 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.30 |
| HSL | 147.24º | 0.75% | 0.4% | - |
| HSV(B) | 147.24º | 0.85% | 0.7% | - |
| XYZ | 18.41 | 32.89 | 16.2 | - |
| YUV | 123.09 | 112.14 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 95 | 0.85 | 0 | 0.47 | 0.30 | 147.24 | 0.75 | 0.4 |
| Hex | 1A | B2 | 5F | 55 | 0 | 2F | 1E | 93 | 4B | 28 |
| Octal | 32 | 262 | 137 | 125 | 0 | 57 | 36 | 223 | 113 | 50 |
| Binary | 11010 | 10110010 | 1011111 | 1010101 | 0 | 101111 | 11110 | 10010011 | 1001011 | 101000 |
Color Harmonies of #1AB25F
Complementary color
Monochromatic Colors of #1AB25F
Black with #1AB25F
Text Example
Text Example
White with #1AB25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB25F; }
p { color: rgb(26,178,95); }
H1.HeaderClassName
{
color: #1AB25F;
}
.AnyTagClassName
{
color: #1AB25F;
}
</style>
background-color css
<style>
a { background-color: #1AB25F; }
a { background-color: rgb(26,178,95); }
div.DivClassName
{
background-color: #1AB25F;
}
.BgClassName
{
background-color: #1AB25F;
}
</style>
border-color css
<style>
span { border-color: #1AB25F; }
span { border-color: rgb(26,178,95); }
td.TdClassName
{
border-color: #1AB25F;
}
.TagClassName
{
border-color: #1AB25F;
}
</style>