Shades of Pigment Green #1FAC4D
Tints of Pigment Green #1FAC4D
RGB
CMYK
RGB Variations
Color information
#1FAC4D (or 0x1FAC4D) is known color: Pigment Green. HEX triplet: 1F, AC and 4D. RGB value is (31,172,77). Sum of RGB (Red+Green+Blue) = 31+172+77=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC4D is #E053B2. Grayscale: #777777. Windows color (decimal): -14701491 or 5090335. OLE color: 5090335.
HSL color Cylindrical-coordinate representation of color #1FAC4D: hue angle of 139.57º 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 #1FAC4D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 77 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.33 |
| HSL | 139.57º | 0.69% | 0.4% | - |
| HSV(B) | 139.57º | 0.82% | 0.67% | - |
| XYZ | 16.66 | 30.33 | 12 | - |
| YUV | 119.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 77 | 0.82 | 0 | 0.55 | 0.33 | 139.57 | 0.69 | 0.4 |
| Hex | 1F | AC | 4D | 52 | 0 | 37 | 21 | 8C | 45 | 28 |
| Octal | 37 | 254 | 115 | 122 | 0 | 67 | 41 | 214 | 105 | 50 |
| Binary | 11111 | 10101100 | 1001101 | 1010010 | 0 | 110111 | 100001 | 10001100 | 1000101 | 101000 |
Color Harmonies of #1FAC4D
Complementary color
Monochromatic Colors of #1FAC4D
Black with #1FAC4D
Text Example
Text Example
White with #1FAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC4D; }
p { color: rgb(31,172,77); }
H1.HeaderClassName
{
color: #1FAC4D;
}
.AnyTagClassName
{
color: #1FAC4D;
}
</style>
background-color css
<style>
a { background-color: #1FAC4D; }
a { background-color: rgb(31,172,77); }
div.DivClassName
{
background-color: #1FAC4D;
}
.BgClassName
{
background-color: #1FAC4D;
}
</style>
border-color css
<style>
span { border-color: #1FAC4D; }
span { border-color: rgb(31,172,77); }
td.TdClassName
{
border-color: #1FAC4D;
}
.TagClassName
{
border-color: #1FAC4D;
}
</style>