Shades of Pigment Green #1FAB4C
Tints of Pigment Green #1FAB4C
RGB
CMYK
RGB Variations
Color information
#1FAB4C (or 0x1FAB4C) is known color: Pigment Green. HEX triplet: 1F, AB and 4C. RGB value is (31,171,76). Sum of RGB (Red+Green+Blue) = 31+171+76=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB4C is #E054B3. Grayscale: #767676. Windows color (decimal): -14701748 or 5024543. OLE color: 5024543.
HSL color Cylindrical-coordinate representation of color #1FAB4C: hue angle of 139.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB4C is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 76 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.33 |
| HSL | 139.29º | 0.69% | 0.4% | - |
| HSV(B) | 139.29º | 0.82% | 0.67% | - |
| XYZ | 16.43 | 29.94 | 11.75 | - |
| YUV | 118.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 76 | 0.82 | 0 | 0.56 | 0.33 | 139.29 | 0.69 | 0.4 |
| Hex | 1F | AB | 4C | 52 | 0 | 38 | 21 | 8B | 45 | 28 |
| Octal | 37 | 253 | 114 | 122 | 0 | 70 | 41 | 213 | 105 | 50 |
| Binary | 11111 | 10101011 | 1001100 | 1010010 | 0 | 111000 | 100001 | 10001011 | 1000101 | 101000 |
Color Harmonies of #1FAB4C
Complementary color
Monochromatic Colors of #1FAB4C
Black with #1FAB4C
Text Example
Text Example
White with #1FAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB4C; }
p { color: rgb(31,171,76); }
H1.HeaderClassName
{
color: #1FAB4C;
}
.AnyTagClassName
{
color: #1FAB4C;
}
</style>
background-color css
<style>
a { background-color: #1FAB4C; }
a { background-color: rgb(31,171,76); }
div.DivClassName
{
background-color: #1FAB4C;
}
.BgClassName
{
background-color: #1FAB4C;
}
</style>
border-color css
<style>
span { border-color: #1FAB4C; }
span { border-color: rgb(31,171,76); }
td.TdClassName
{
border-color: #1FAB4C;
}
.TagClassName
{
border-color: #1FAB4C;
}
</style>