Shades of Pigment Green #1DAD4F
Tints of Pigment Green #1DAD4F
RGB
CMYK
RGB Variations
Color information
#1DAD4F (or 0x1DAD4F) is known color: Pigment Green. HEX triplet: 1D, AD and 4F. RGB value is (29,173,79). Sum of RGB (Red+Green+Blue) = 29+173+79=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD4F is #E252B0. Grayscale: #777777. Windows color (decimal): -14832305 or 5221661. OLE color: 5221661.
HSL color Cylindrical-coordinate representation of color #1DAD4F: hue angle of 140.83º 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 #1DAD4F is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 79 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.32 |
| HSL | 140.83º | 0.71% | 0.4% | - |
| HSV(B) | 140.83º | 0.83% | 0.68% | - |
| XYZ | 16.86 | 30.71 | 12.44 | - |
| YUV | 119.23 | 105.29 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 79 | 0.83 | 0 | 0.54 | 0.32 | 140.83 | 0.71 | 0.4 |
| Hex | 1D | AD | 4F | 53 | 0 | 36 | 20 | 8D | 47 | 28 |
| Octal | 35 | 255 | 117 | 123 | 0 | 66 | 40 | 215 | 107 | 50 |
| Binary | 11101 | 10101101 | 1001111 | 1010011 | 0 | 110110 | 100000 | 10001101 | 1000111 | 101000 |
Color Harmonies of #1DAD4F
Complementary color
Monochromatic Colors of #1DAD4F
Black with #1DAD4F
Text Example
Text Example
White with #1DAD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD4F; }
p { color: rgb(29,173,79); }
H1.HeaderClassName
{
color: #1DAD4F;
}
.AnyTagClassName
{
color: #1DAD4F;
}
</style>
background-color css
<style>
a { background-color: #1DAD4F; }
a { background-color: rgb(29,173,79); }
div.DivClassName
{
background-color: #1DAD4F;
}
.BgClassName
{
background-color: #1DAD4F;
}
</style>
border-color css
<style>
span { border-color: #1DAD4F; }
span { border-color: rgb(29,173,79); }
td.TdClassName
{
border-color: #1DAD4F;
}
.TagClassName
{
border-color: #1DAD4F;
}
</style>