Shades of Pigment Green #1FAD4E
Tints of Pigment Green #1FAD4E
RGB
CMYK
RGB Variations
Color information
#1FAD4E (or 0x1FAD4E) is known color: Pigment Green. HEX triplet: 1F, AD and 4E. RGB value is (31,173,78). Sum of RGB (Red+Green+Blue) = 31+173+78=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD4E is #E052B1. Grayscale: #777777. Windows color (decimal): -14701234 or 5156127. OLE color: 5156127.
HSL color Cylindrical-coordinate representation of color #1FAD4E: hue angle of 139.86º 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 #1FAD4E is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 78 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.32 |
| HSL | 139.86º | 0.7% | 0.4% | - |
| HSV(B) | 139.86º | 0.82% | 0.68% | - |
| XYZ | 16.88 | 30.73 | 12.25 | - |
| YUV | 119.71 | 104.46 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 78 | 0.82 | 0 | 0.55 | 0.32 | 139.86 | 0.7 | 0.4 |
| Hex | 1F | AD | 4E | 52 | 0 | 37 | 20 | 8C | 46 | 28 |
| Octal | 37 | 255 | 116 | 122 | 0 | 67 | 40 | 214 | 106 | 50 |
| Binary | 11111 | 10101101 | 1001110 | 1010010 | 0 | 110111 | 100000 | 10001100 | 1000110 | 101000 |
Color Harmonies of #1FAD4E
Complementary color
Monochromatic Colors of #1FAD4E
Black with #1FAD4E
Text Example
Text Example
White with #1FAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD4E; }
p { color: rgb(31,173,78); }
H1.HeaderClassName
{
color: #1FAD4E;
}
.AnyTagClassName
{
color: #1FAD4E;
}
</style>
background-color css
<style>
a { background-color: #1FAD4E; }
a { background-color: rgb(31,173,78); }
div.DivClassName
{
background-color: #1FAD4E;
}
.BgClassName
{
background-color: #1FAD4E;
}
</style>
border-color css
<style>
span { border-color: #1FAD4E; }
span { border-color: rgb(31,173,78); }
td.TdClassName
{
border-color: #1FAD4E;
}
.TagClassName
{
border-color: #1FAD4E;
}
</style>