Shades of Mountain Meadow #1DC38F
Tints of Mountain Meadow #1DC38F
RGB
CMYK
RGB Variations
Color information
#1DC38F (or 0x1DC38F) is known color: Mountain Meadow. HEX triplet: 1D, C3 and 8F. RGB value is (29,195,143). Sum of RGB (Red+Green+Blue) = 29+195+143=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC38F is #E23C70. Grayscale: #8B8B8B. Windows color (decimal): -14826609 or 9421597. OLE color: 9421597.
HSL color Cylindrical-coordinate representation of color #1DC38F: hue angle of 161.2º 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 #1DC38F is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 143 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.24 |
| HSL | 161.2º | 0.74% | 0.44% | - |
| HSV(B) | 161.2º | 0.85% | 0.76% | - |
| XYZ | 24.98 | 41.27 | 32.64 | - |
| YUV | 139.44 | 130 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 143 | 0.85 | 0 | 0.27 | 0.24 | 161.2 | 0.74 | 0.44 |
| Hex | 1D | C3 | 8F | 55 | 0 | 1B | 18 | A1 | 4A | 2C |
| Octal | 35 | 303 | 217 | 125 | 0 | 33 | 30 | 241 | 112 | 54 |
| Binary | 11101 | 11000011 | 10001111 | 1010101 | 0 | 11011 | 11000 | 10100001 | 1001010 | 101100 |
Color Harmonies of #1DC38F
Complementary color
Monochromatic Colors of #1DC38F
Black with #1DC38F
Text Example
Text Example
White with #1DC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC38F; }
p { color: rgb(29,195,143); }
H1.HeaderClassName
{
color: #1DC38F;
}
.AnyTagClassName
{
color: #1DC38F;
}
</style>
background-color css
<style>
a { background-color: #1DC38F; }
a { background-color: rgb(29,195,143); }
div.DivClassName
{
background-color: #1DC38F;
}
.BgClassName
{
background-color: #1DC38F;
}
</style>
border-color css
<style>
span { border-color: #1DC38F; }
span { border-color: rgb(29,195,143); }
td.TdClassName
{
border-color: #1DC38F;
}
.TagClassName
{
border-color: #1DC38F;
}
</style>