Shades of Pigment Green #1FAA4A
Tints of Pigment Green #1FAA4A
RGB
CMYK
RGB Variations
Color information
#1FAA4A (or 0x1FAA4A) is known color: Pigment Green. HEX triplet: 1F, AA and 4A. RGB value is (31,170,74). Sum of RGB (Red+Green+Blue) = 31+170+74=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA4A is #E055B5. Grayscale: #757575. Windows color (decimal): -14702006 or 4893215. OLE color: 4893215.
HSL color Cylindrical-coordinate representation of color #1FAA4A: hue angle of 138.56º 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 #1FAA4A is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 74 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.33 |
| HSL | 138.56º | 0.69% | 0.39% | - |
| HSV(B) | 138.56º | 0.82% | 0.67% | - |
| XYZ | 16.18 | 29.54 | 11.33 | - |
| YUV | 117.5 | 103.45 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 74 | 0.82 | 0 | 0.56 | 0.33 | 138.56 | 0.69 | 0.39 |
| Hex | 1F | AA | 4A | 52 | 0 | 38 | 21 | 8B | 45 | 27 |
| Octal | 37 | 252 | 112 | 122 | 0 | 70 | 41 | 213 | 105 | 47 |
| Binary | 11111 | 10101010 | 1001010 | 1010010 | 0 | 111000 | 100001 | 10001011 | 1000101 | 100111 |
Color Harmonies of #1FAA4A
Complementary color
Monochromatic Colors of #1FAA4A
Black with #1FAA4A
Text Example
Text Example
White with #1FAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA4A; }
p { color: rgb(31,170,74); }
H1.HeaderClassName
{
color: #1FAA4A;
}
.AnyTagClassName
{
color: #1FAA4A;
}
</style>
background-color css
<style>
a { background-color: #1FAA4A; }
a { background-color: rgb(31,170,74); }
div.DivClassName
{
background-color: #1FAA4A;
}
.BgClassName
{
background-color: #1FAA4A;
}
</style>
border-color css
<style>
span { border-color: #1FAA4A; }
span { border-color: rgb(31,170,74); }
td.TdClassName
{
border-color: #1FAA4A;
}
.TagClassName
{
border-color: #1FAA4A;
}
</style>