Shades of Mountain Meadow #1DC28A
Tints of Mountain Meadow #1DC28A
RGB
CMYK
RGB Variations
Color information
#1DC28A (or 0x1DC28A) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 8A. RGB value is (29,194,138). Sum of RGB (Red+Green+Blue) = 29+194+138=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC28A is #E23D75. Grayscale: #8A8A8A. Windows color (decimal): -14826870 or 9093661. OLE color: 9093661.
HSL color Cylindrical-coordinate representation of color #1DC28A: hue angle of 159.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC28A is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 138 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.24 |
| HSL | 159.64º | 0.74% | 0.44% | - |
| HSV(B) | 159.64º | 0.85% | 0.76% | - |
| XYZ | 24.39 | 40.68 | 30.61 | - |
| YUV | 138.28 | 127.84 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 138 | 0.85 | 0 | 0.29 | 0.24 | 159.64 | 0.74 | 0.44 |
| Hex | 1D | C2 | 8A | 55 | 0 | 1D | 18 | A0 | 4A | 2C |
| Octal | 35 | 302 | 212 | 125 | 0 | 35 | 30 | 240 | 112 | 54 |
| Binary | 11101 | 11000010 | 10001010 | 1010101 | 0 | 11101 | 11000 | 10100000 | 1001010 | 101100 |
Color Harmonies of #1DC28A
Complementary color
Monochromatic Colors of #1DC28A
Black with #1DC28A
Text Example
Text Example
White with #1DC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC28A; }
p { color: rgb(29,194,138); }
H1.HeaderClassName
{
color: #1DC28A;
}
.AnyTagClassName
{
color: #1DC28A;
}
</style>
background-color css
<style>
a { background-color: #1DC28A; }
a { background-color: rgb(29,194,138); }
div.DivClassName
{
background-color: #1DC28A;
}
.BgClassName
{
background-color: #1DC28A;
}
</style>
border-color css
<style>
span { border-color: #1DC28A; }
span { border-color: rgb(29,194,138); }
td.TdClassName
{
border-color: #1DC28A;
}
.TagClassName
{
border-color: #1DC28A;
}
</style>