Shades of Pigment Green #1DA94A
Tints of Pigment Green #1DA94A
RGB
CMYK
RGB Variations
Color information
#1DA94A (or 0x1DA94A) is known color: Pigment Green. HEX triplet: 1D, A9 and 4A. RGB value is (29,169,74). Sum of RGB (Red+Green+Blue) = 29+169+74=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 169 (66.41% from 255 or 62.13% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA94A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA94A is #E256B5. Grayscale: #747474. Windows color (decimal): -14833334 or 4892957. OLE color: 4892957.
HSL color Cylindrical-coordinate representation of color #1DA94A: hue angle of 139.29º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA94A is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 74 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.34 |
| HSL | 139.29º | 0.71% | 0.39% | - |
| HSV(B) | 139.29º | 0.83% | 0.66% | - |
| XYZ | 15.93 | 29.13 | 11.26 | - |
| YUV | 116.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 74 | 0.83 | 0 | 0.56 | 0.34 | 139.29 | 0.71 | 0.39 |
| Hex | 1D | A9 | 4A | 53 | 0 | 38 | 22 | 8B | 47 | 27 |
| Octal | 35 | 251 | 112 | 123 | 0 | 70 | 42 | 213 | 107 | 47 |
| Binary | 11101 | 10101001 | 1001010 | 1010011 | 0 | 111000 | 100010 | 10001011 | 1000111 | 100111 |
Color Harmonies of #1DA94A
Complementary color
Monochromatic Colors of #1DA94A
Black with #1DA94A
Text Example
Text Example
White with #1DA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA94A; }
p { color: rgb(29,169,74); }
H1.HeaderClassName
{
color: #1DA94A;
}
.AnyTagClassName
{
color: #1DA94A;
}
</style>
background-color css
<style>
a { background-color: #1DA94A; }
a { background-color: rgb(29,169,74); }
div.DivClassName
{
background-color: #1DA94A;
}
.BgClassName
{
background-color: #1DA94A;
}
</style>
border-color css
<style>
span { border-color: #1DA94A; }
span { border-color: rgb(29,169,74); }
td.TdClassName
{
border-color: #1DA94A;
}
.TagClassName
{
border-color: #1DA94A;
}
</style>