Shades of Pigment Green #1FAD4A
Tints of Pigment Green #1FAD4A
RGB
CMYK
RGB Variations
Color information
#1FAD4A (or 0x1FAD4A) is known color: Pigment Green. HEX triplet: 1F, AD and 4A. RGB value is (31,173,74). Sum of RGB (Red+Green+Blue) = 31+173+74=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD4A is #E052B5. Grayscale: #777777. Windows color (decimal): -14701238 or 4893983. OLE color: 4893983.
HSL color Cylindrical-coordinate representation of color #1FAD4A: hue angle of 138.17º 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 #1FAD4A is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 74 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.32 |
| HSL | 138.17º | 0.7% | 0.4% | - |
| HSV(B) | 138.17º | 0.82% | 0.68% | - |
| XYZ | 16.74 | 30.67 | 11.52 | - |
| YUV | 119.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 74 | 0.82 | 0 | 0.57 | 0.32 | 138.17 | 0.7 | 0.4 |
| Hex | 1F | AD | 4A | 52 | 0 | 39 | 20 | 8A | 46 | 28 |
| Octal | 37 | 255 | 112 | 122 | 0 | 71 | 40 | 212 | 106 | 50 |
| Binary | 11111 | 10101101 | 1001010 | 1010010 | 0 | 111001 | 100000 | 10001010 | 1000110 | 101000 |
Color Harmonies of #1FAD4A
Complementary color
Monochromatic Colors of #1FAD4A
Black with #1FAD4A
Text Example
Text Example
White with #1FAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD4A; }
p { color: rgb(31,173,74); }
H1.HeaderClassName
{
color: #1FAD4A;
}
.AnyTagClassName
{
color: #1FAD4A;
}
</style>
background-color css
<style>
a { background-color: #1FAD4A; }
a { background-color: rgb(31,173,74); }
div.DivClassName
{
background-color: #1FAD4A;
}
.BgClassName
{
background-color: #1FAD4A;
}
</style>
border-color css
<style>
span { border-color: #1FAD4A; }
span { border-color: rgb(31,173,74); }
td.TdClassName
{
border-color: #1FAD4A;
}
.TagClassName
{
border-color: #1FAD4A;
}
</style>