Shades of Pigment Green #1AB95D
Tints of Pigment Green #1AB95D
RGB
CMYK
RGB Variations
Color information
#1AB95D (or 0x1AB95D) is known color: Pigment Green. HEX triplet: 1A, B9 and 5D. RGB value is (26,185,93). Sum of RGB (Red+Green+Blue) = 26+185+93=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB95D is #E546A2. Grayscale: #7F7F7F. Windows color (decimal): -15025827 or 6142234. OLE color: 6142234.
HSL color Cylindrical-coordinate representation of color #1AB95D: hue angle of 145.28º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB95D is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 93 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.27 |
| HSL | 145.28º | 0.75% | 0.41% | - |
| HSV(B) | 145.28º | 0.86% | 0.73% | - |
| XYZ | 19.75 | 35.71 | 16.21 | - |
| YUV | 126.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 93 | 0.86 | 0 | 0.50 | 0.27 | 145.28 | 0.75 | 0.41 |
| Hex | 1A | B9 | 5D | 56 | 0 | 32 | 1B | 91 | 4B | 29 |
| Octal | 32 | 271 | 135 | 126 | 0 | 62 | 33 | 221 | 113 | 51 |
| Binary | 11010 | 10111001 | 1011101 | 1010110 | 0 | 110010 | 11011 | 10010001 | 1001011 | 101001 |
Color Harmonies of #1AB95D
Complementary color
Monochromatic Colors of #1AB95D
Black with #1AB95D
Text Example
Text Example
White with #1AB95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB95D; }
p { color: rgb(26,185,93); }
H1.HeaderClassName
{
color: #1AB95D;
}
.AnyTagClassName
{
color: #1AB95D;
}
</style>
background-color css
<style>
a { background-color: #1AB95D; }
a { background-color: rgb(26,185,93); }
div.DivClassName
{
background-color: #1AB95D;
}
.BgClassName
{
background-color: #1AB95D;
}
</style>
border-color css
<style>
span { border-color: #1AB95D; }
span { border-color: rgb(26,185,93); }
td.TdClassName
{
border-color: #1AB95D;
}
.TagClassName
{
border-color: #1AB95D;
}
</style>