Shades of Pigment Green #1FAA4E
Tints of Pigment Green #1FAA4E
RGB
CMYK
RGB Variations
Color information
#1FAA4E (or 0x1FAA4E) is known color: Pigment Green. HEX triplet: 1F, AA and 4E. RGB value is (31,170,78). Sum of RGB (Red+Green+Blue) = 31+170+78=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAA4E is #E055B1. Grayscale: #767676. Windows color (decimal): -14702002 or 5155359. OLE color: 5155359.
HSL color Cylindrical-coordinate representation of color #1FAA4E: hue angle of 140.29º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA4E is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 78 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.33 |
| HSL | 140.29º | 0.69% | 0.39% | - |
| HSV(B) | 140.29º | 0.82% | 0.67% | - |
| XYZ | 16.31 | 29.59 | 12.06 | - |
| YUV | 117.95 | 105.45 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 78 | 0.82 | 0 | 0.54 | 0.33 | 140.29 | 0.69 | 0.39 |
| Hex | 1F | AA | 4E | 52 | 0 | 36 | 21 | 8C | 45 | 27 |
| Octal | 37 | 252 | 116 | 122 | 0 | 66 | 41 | 214 | 105 | 47 |
| Binary | 11111 | 10101010 | 1001110 | 1010010 | 0 | 110110 | 100001 | 10001100 | 1000101 | 100111 |
Color Harmonies of #1FAA4E
Complementary color
Monochromatic Colors of #1FAA4E
Black with #1FAA4E
Text Example
Text Example
White with #1FAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA4E; }
p { color: rgb(31,170,78); }
H1.HeaderClassName
{
color: #1FAA4E;
}
.AnyTagClassName
{
color: #1FAA4E;
}
</style>
background-color css
<style>
a { background-color: #1FAA4E; }
a { background-color: rgb(31,170,78); }
div.DivClassName
{
background-color: #1FAA4E;
}
.BgClassName
{
background-color: #1FAA4E;
}
</style>
border-color css
<style>
span { border-color: #1FAA4E; }
span { border-color: rgb(31,170,78); }
td.TdClassName
{
border-color: #1FAA4E;
}
.TagClassName
{
border-color: #1FAA4E;
}
</style>