Shades of Mountain Meadow #1CC984
Tints of Mountain Meadow #1CC984
RGB
CMYK
RGB Variations
Color information
#1CC984 (or 0x1CC984) is known color: Mountain Meadow. HEX triplet: 1C, C9 and 84. RGB value is (28,201,132). Sum of RGB (Red+Green+Blue) = 28+201+132=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC984 is #E3367B. Grayscale: #8D8D8D. Windows color (decimal): -14890620 or 8702236. OLE color: 8702236.
HSL color Cylindrical-coordinate representation of color #1CC984: hue angle of 156.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC984 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 132 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.21 |
| HSL | 156.07º | 0.76% | 0.45% | - |
| HSV(B) | 156.07º | 0.86% | 0.79% | - |
| XYZ | 25.53 | 43.69 | 28.92 | - |
| YUV | 141.41 | 122.69 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 132 | 0.86 | 0 | 0.34 | 0.21 | 156.07 | 0.76 | 0.45 |
| Hex | 1C | C9 | 84 | 56 | 0 | 22 | 15 | 9C | 4C | 2D |
| Octal | 34 | 311 | 204 | 126 | 0 | 42 | 25 | 234 | 114 | 55 |
| Binary | 11100 | 11001001 | 10000100 | 1010110 | 0 | 100010 | 10101 | 10011100 | 1001100 | 101101 |
Color Harmonies of #1CC984
Complementary color
Monochromatic Colors of #1CC984
Black with #1CC984
Text Example
Text Example
White with #1CC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC984; }
p { color: rgb(28,201,132); }
H1.HeaderClassName
{
color: #1CC984;
}
.AnyTagClassName
{
color: #1CC984;
}
</style>
background-color css
<style>
a { background-color: #1CC984; }
a { background-color: rgb(28,201,132); }
div.DivClassName
{
background-color: #1CC984;
}
.BgClassName
{
background-color: #1CC984;
}
</style>
border-color css
<style>
span { border-color: #1CC984; }
span { border-color: rgb(28,201,132); }
td.TdClassName
{
border-color: #1CC984;
}
.TagClassName
{
border-color: #1CC984;
}
</style>