Shades of Mountain Meadow #1CC98A
Tints of Mountain Meadow #1CC98A
RGB
CMYK
RGB Variations
Color information
#1CC98A (or 0x1CC98A) is known color: Mountain Meadow. HEX triplet: 1C, C9 and 8A. RGB value is (28,201,138). Sum of RGB (Red+Green+Blue) = 28+201+138=367 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.63% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC98A is #E33675. Grayscale: #8E8E8E. Windows color (decimal): -14890614 or 9095452. OLE color: 9095452.
HSL color Cylindrical-coordinate representation of color #1CC98A: hue angle of 158.15º 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 #1CC98A is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 138 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.21 |
| HSL | 158.15º | 0.76% | 0.45% | - |
| HSV(B) | 158.15º | 0.86% | 0.79% | - |
| XYZ | 25.95 | 43.86 | 31.14 | - |
| YUV | 142.09 | 125.69 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 138 | 0.86 | 0 | 0.31 | 0.21 | 158.15 | 0.76 | 0.45 |
| Hex | 1C | C9 | 8A | 56 | 0 | 1F | 15 | 9E | 4C | 2D |
| Octal | 34 | 311 | 212 | 126 | 0 | 37 | 25 | 236 | 114 | 55 |
| Binary | 11100 | 11001001 | 10001010 | 1010110 | 0 | 11111 | 10101 | 10011110 | 1001100 | 101101 |
Color Harmonies of #1CC98A
Complementary color
Monochromatic Colors of #1CC98A
Black with #1CC98A
Text Example
Text Example
White with #1CC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC98A; }
p { color: rgb(28,201,138); }
H1.HeaderClassName
{
color: #1CC98A;
}
.AnyTagClassName
{
color: #1CC98A;
}
</style>
background-color css
<style>
a { background-color: #1CC98A; }
a { background-color: rgb(28,201,138); }
div.DivClassName
{
background-color: #1CC98A;
}
.BgClassName
{
background-color: #1CC98A;
}
</style>
border-color css
<style>
span { border-color: #1CC98A; }
span { border-color: rgb(28,201,138); }
td.TdClassName
{
border-color: #1CC98A;
}
.TagClassName
{
border-color: #1CC98A;
}
</style>