Shades of Mountain Meadow #1CCC72
Tints of Mountain Meadow #1CCC72
RGB
CMYK
RGB Variations
Color information
#1CCC72 (or 0x1CCC72) is known color: Mountain Meadow. HEX triplet: 1C, CC and 72. RGB value is (28,204,114). Sum of RGB (Red+Green+Blue) = 28+204+114=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCC72 is #E3338D. Grayscale: #8D8D8D. Windows color (decimal): -14889870 or 7523356. OLE color: 7523356.
HSL color Cylindrical-coordinate representation of color #1CCC72: hue angle of 149.32º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCC72 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 114 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.2 |
| HSL | 149.32º | 0.76% | 0.45% | - |
| HSV(B) | 149.32º | 0.86% | 0.8% | - |
| XYZ | 25.11 | 44.65 | 23.21 | - |
| YUV | 141.12 | 112.69 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 114 | 0.86 | 0 | 0.44 | 0.2 | 149.32 | 0.76 | 0.45 |
| Hex | 1C | CC | 72 | 56 | 0 | 2C | 14 | 95 | 4C | 2D |
| Octal | 34 | 314 | 162 | 126 | 0 | 54 | 24 | 225 | 114 | 55 |
| Binary | 11100 | 11001100 | 1110010 | 1010110 | 0 | 101100 | 10100 | 10010101 | 1001100 | 101101 |
Color Harmonies of #1CCC72
Complementary color
Monochromatic Colors of #1CCC72
Black with #1CCC72
Text Example
Text Example
White with #1CCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC72; }
p { color: rgb(28,204,114); }
H1.HeaderClassName
{
color: #1CCC72;
}
.AnyTagClassName
{
color: #1CCC72;
}
</style>
background-color css
<style>
a { background-color: #1CCC72; }
a { background-color: rgb(28,204,114); }
div.DivClassName
{
background-color: #1CCC72;
}
.BgClassName
{
background-color: #1CCC72;
}
</style>
border-color css
<style>
span { border-color: #1CCC72; }
span { border-color: rgb(28,204,114); }
td.TdClassName
{
border-color: #1CCC72;
}
.TagClassName
{
border-color: #1CCC72;
}
</style>