Shades of Pigment Green #1DAE4F
Tints of Pigment Green #1DAE4F
RGB
CMYK
RGB Variations
Color information
#1DAE4F (or 0x1DAE4F) is known color: Pigment Green. HEX triplet: 1D, AE and 4F. RGB value is (29,174,79). Sum of RGB (Red+Green+Blue) = 29+174+79=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 174 (68.36% from 255 or 61.70% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE4F is #E251B0. Grayscale: #787878. Windows color (decimal): -14832049 or 5221917. OLE color: 5221917.
HSL color Cylindrical-coordinate representation of color #1DAE4F: hue angle of 140.69º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE4F is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 79 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.32 |
| HSL | 140.69º | 0.71% | 0.4% | - |
| HSV(B) | 140.69º | 0.83% | 0.68% | - |
| XYZ | 17.05 | 31.1 | 12.5 | - |
| YUV | 119.82 | 104.96 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 79 | 0.83 | 0 | 0.55 | 0.32 | 140.69 | 0.71 | 0.4 |
| Hex | 1D | AE | 4F | 53 | 0 | 37 | 20 | 8D | 47 | 28 |
| Octal | 35 | 256 | 117 | 123 | 0 | 67 | 40 | 215 | 107 | 50 |
| Binary | 11101 | 10101110 | 1001111 | 1010011 | 0 | 110111 | 100000 | 10001101 | 1000111 | 101000 |
Color Harmonies of #1DAE4F
Complementary color
Monochromatic Colors of #1DAE4F
Black with #1DAE4F
Text Example
Text Example
White with #1DAE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE4F; }
p { color: rgb(29,174,79); }
H1.HeaderClassName
{
color: #1DAE4F;
}
.AnyTagClassName
{
color: #1DAE4F;
}
</style>
background-color css
<style>
a { background-color: #1DAE4F; }
a { background-color: rgb(29,174,79); }
div.DivClassName
{
background-color: #1DAE4F;
}
.BgClassName
{
background-color: #1DAE4F;
}
</style>
border-color css
<style>
span { border-color: #1DAE4F; }
span { border-color: rgb(29,174,79); }
td.TdClassName
{
border-color: #1DAE4F;
}
.TagClassName
{
border-color: #1DAE4F;
}
</style>