Shades of Mountain Meadow #1DC391
Tints of Mountain Meadow #1DC391
RGB
CMYK
RGB Variations
Color information
#1DC391 (or 0x1DC391) is known color: Mountain Meadow. HEX triplet: 1D, C3 and 91. RGB value is (29,195,145). Sum of RGB (Red+Green+Blue) = 29+195+145=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC391 is #E23C6E. Grayscale: #8B8B8B. Windows color (decimal): -14826607 or 9552669. OLE color: 9552669.
HSL color Cylindrical-coordinate representation of color #1DC391: hue angle of 161.93º 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 #1DC391 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 145 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.24 |
| HSL | 161.93º | 0.74% | 0.44% | - |
| HSV(B) | 161.93º | 0.85% | 0.76% | - |
| XYZ | 25.13 | 41.34 | 33.44 | - |
| YUV | 139.67 | 131 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 145 | 0.85 | 0 | 0.26 | 0.24 | 161.93 | 0.74 | 0.44 |
| Hex | 1D | C3 | 91 | 55 | 0 | 1A | 18 | A2 | 4A | 2C |
| Octal | 35 | 303 | 221 | 125 | 0 | 32 | 30 | 242 | 112 | 54 |
| Binary | 11101 | 11000011 | 10010001 | 1010101 | 0 | 11010 | 11000 | 10100010 | 1001010 | 101100 |
Color Harmonies of #1DC391
Complementary color
Monochromatic Colors of #1DC391
Black with #1DC391
Text Example
Text Example
White with #1DC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC391; }
p { color: rgb(29,195,145); }
H1.HeaderClassName
{
color: #1DC391;
}
.AnyTagClassName
{
color: #1DC391;
}
</style>
background-color css
<style>
a { background-color: #1DC391; }
a { background-color: rgb(29,195,145); }
div.DivClassName
{
background-color: #1DC391;
}
.BgClassName
{
background-color: #1DC391;
}
</style>
border-color css
<style>
span { border-color: #1DC391; }
span { border-color: rgb(29,195,145); }
td.TdClassName
{
border-color: #1DC391;
}
.TagClassName
{
border-color: #1DC391;
}
</style>