Shades of Pigment Green #1FAE4E
Tints of Pigment Green #1FAE4E
RGB
CMYK
RGB Variations
Color information
#1FAE4E (or 0x1FAE4E) is known color: Pigment Green. HEX triplet: 1F, AE and 4E. RGB value is (31,174,78). Sum of RGB (Red+Green+Blue) = 31+174+78=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 174 (68.36% from 255 or 61.48% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAE4E is #E051B1. Grayscale: #787878. Windows color (decimal): -14700978 or 5156383. OLE color: 5156383.
HSL color Cylindrical-coordinate representation of color #1FAE4E: hue angle of 139.72º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAE4E is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 174 | 78 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.32 |
| HSL | 139.72º | 0.7% | 0.4% | - |
| HSV(B) | 139.72º | 0.82% | 0.68% | - |
| XYZ | 17.08 | 31.11 | 12.31 | - |
| YUV | 120.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 78 | 0.82 | 0 | 0.55 | 0.32 | 139.72 | 0.7 | 0.4 |
| Hex | 1F | AE | 4E | 52 | 0 | 37 | 20 | 8C | 46 | 28 |
| Octal | 37 | 256 | 116 | 122 | 0 | 67 | 40 | 214 | 106 | 50 |
| Binary | 11111 | 10101110 | 1001110 | 1010010 | 0 | 110111 | 100000 | 10001100 | 1000110 | 101000 |
Color Harmonies of #1FAE4E
Complementary color
Monochromatic Colors of #1FAE4E
Black with #1FAE4E
Text Example
Text Example
White with #1FAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAE4E; }
p { color: rgb(31,174,78); }
H1.HeaderClassName
{
color: #1FAE4E;
}
.AnyTagClassName
{
color: #1FAE4E;
}
</style>
background-color css
<style>
a { background-color: #1FAE4E; }
a { background-color: rgb(31,174,78); }
div.DivClassName
{
background-color: #1FAE4E;
}
.BgClassName
{
background-color: #1FAE4E;
}
</style>
border-color css
<style>
span { border-color: #1FAE4E; }
span { border-color: rgb(31,174,78); }
td.TdClassName
{
border-color: #1FAE4E;
}
.TagClassName
{
border-color: #1FAE4E;
}
</style>