Shades of Mountain Meadow #1DC288
Tints of Mountain Meadow #1DC288
RGB
CMYK
RGB Variations
Color information
#1DC288 (or 0x1DC288) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 88. RGB value is (29,194,136). Sum of RGB (Red+Green+Blue) = 29+194+136=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC288 is #E23D77. Grayscale: #8A8A8A. Windows color (decimal): -14826872 or 8962589. OLE color: 8962589.
HSL color Cylindrical-coordinate representation of color #1DC288: hue angle of 158.91º 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 #1DC288 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 136 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.24 |
| HSL | 158.91º | 0.74% | 0.44% | - |
| HSV(B) | 158.91º | 0.85% | 0.76% | - |
| XYZ | 24.24 | 40.62 | 29.86 | - |
| YUV | 138.05 | 126.84 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 136 | 0.85 | 0 | 0.30 | 0.24 | 158.91 | 0.74 | 0.44 |
| Hex | 1D | C2 | 88 | 55 | 0 | 1E | 18 | 9F | 4A | 2C |
| Octal | 35 | 302 | 210 | 125 | 0 | 36 | 30 | 237 | 112 | 54 |
| Binary | 11101 | 11000010 | 10001000 | 1010101 | 0 | 11110 | 11000 | 10011111 | 1001010 | 101100 |
Color Harmonies of #1DC288
Complementary color
Monochromatic Colors of #1DC288
Black with #1DC288
Text Example
Text Example
White with #1DC288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC288; }
p { color: rgb(29,194,136); }
H1.HeaderClassName
{
color: #1DC288;
}
.AnyTagClassName
{
color: #1DC288;
}
</style>
background-color css
<style>
a { background-color: #1DC288; }
a { background-color: rgb(29,194,136); }
div.DivClassName
{
background-color: #1DC288;
}
.BgClassName
{
background-color: #1DC288;
}
</style>
border-color css
<style>
span { border-color: #1DC288; }
span { border-color: rgb(29,194,136); }
td.TdClassName
{
border-color: #1DC288;
}
.TagClassName
{
border-color: #1DC288;
}
</style>