Shades of Mountain Meadow #1CC98E
Tints of Mountain Meadow #1CC98E
RGB
CMYK
RGB Variations
Color information
#1CC98E (or 0x1CC98E) is known color: Mountain Meadow. HEX triplet: 1C, C9 and 8E. RGB value is (28,201,142). Sum of RGB (Red+Green+Blue) = 28+201+142=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC98E is #E33671. Grayscale: #8E8E8E. Windows color (decimal): -14890610 or 9357596. OLE color: 9357596.
HSL color Cylindrical-coordinate representation of color #1CC98E: hue angle of 159.54º 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 #1CC98E is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 142 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.21 |
| HSL | 159.54º | 0.76% | 0.45% | - |
| HSV(B) | 159.54º | 0.86% | 0.79% | - |
| XYZ | 26.25 | 43.97 | 32.7 | - |
| YUV | 142.55 | 127.69 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 142 | 0.86 | 0 | 0.29 | 0.21 | 159.54 | 0.76 | 0.45 |
| Hex | 1C | C9 | 8E | 56 | 0 | 1D | 15 | A0 | 4C | 2D |
| Octal | 34 | 311 | 216 | 126 | 0 | 35 | 25 | 240 | 114 | 55 |
| Binary | 11100 | 11001001 | 10001110 | 1010110 | 0 | 11101 | 10101 | 10100000 | 1001100 | 101101 |
Color Harmonies of #1CC98E
Complementary color
Monochromatic Colors of #1CC98E
Black with #1CC98E
Text Example
Text Example
White with #1CC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC98E; }
p { color: rgb(28,201,142); }
H1.HeaderClassName
{
color: #1CC98E;
}
.AnyTagClassName
{
color: #1CC98E;
}
</style>
background-color css
<style>
a { background-color: #1CC98E; }
a { background-color: rgb(28,201,142); }
div.DivClassName
{
background-color: #1CC98E;
}
.BgClassName
{
background-color: #1CC98E;
}
</style>
border-color css
<style>
span { border-color: #1CC98E; }
span { border-color: rgb(28,201,142); }
td.TdClassName
{
border-color: #1CC98E;
}
.TagClassName
{
border-color: #1CC98E;
}
</style>