Shades of Mountain Meadow #1DC26C
Tints of Mountain Meadow #1DC26C
RGB
CMYK
RGB Variations
Color information
#1DC26C (or 0x1DC26C) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 6C. RGB value is (29,194,108). Sum of RGB (Red+Green+Blue) = 29+194+108=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC26C is #E23D93. Grayscale: #878787. Windows color (decimal): -14826900 or 7127581. OLE color: 7127581.
HSL color Cylindrical-coordinate representation of color #1DC26C: hue angle of 148.73º 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 #1DC26C is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 108 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.24 |
| HSL | 148.73º | 0.74% | 0.44% | - |
| HSV(B) | 148.73º | 0.85% | 0.76% | - |
| XYZ | 22.51 | 39.93 | 20.71 | - |
| YUV | 134.86 | 112.84 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 108 | 0.85 | 0 | 0.44 | 0.24 | 148.73 | 0.74 | 0.44 |
| Hex | 1D | C2 | 6C | 55 | 0 | 2C | 18 | 95 | 4A | 2C |
| Octal | 35 | 302 | 154 | 125 | 0 | 54 | 30 | 225 | 112 | 54 |
| Binary | 11101 | 11000010 | 1101100 | 1010101 | 0 | 101100 | 11000 | 10010101 | 1001010 | 101100 |
Color Harmonies of #1DC26C
Complementary color
Monochromatic Colors of #1DC26C
Black with #1DC26C
Text Example
Text Example
White with #1DC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC26C; }
p { color: rgb(29,194,108); }
H1.HeaderClassName
{
color: #1DC26C;
}
.AnyTagClassName
{
color: #1DC26C;
}
</style>
background-color css
<style>
a { background-color: #1DC26C; }
a { background-color: rgb(29,194,108); }
div.DivClassName
{
background-color: #1DC26C;
}
.BgClassName
{
background-color: #1DC26C;
}
</style>
border-color css
<style>
span { border-color: #1DC26C; }
span { border-color: rgb(29,194,108); }
td.TdClassName
{
border-color: #1DC26C;
}
.TagClassName
{
border-color: #1DC26C;
}
</style>