Shades of Mountain Meadow #1CC97D
Tints of Mountain Meadow #1CC97D
RGB
CMYK
RGB Variations
Color information
#1CC97D (or 0x1CC97D) is known color: Mountain Meadow. HEX triplet: 1C, C9 and 7D. RGB value is (28,201,125). Sum of RGB (Red+Green+Blue) = 28+201+125=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC97D is #E33682. Grayscale: #8C8C8C. Windows color (decimal): -14890627 or 8243484. OLE color: 8243484.
HSL color Cylindrical-coordinate representation of color #1CC97D: hue angle of 153.64º 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 #1CC97D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 125 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.21 |
| HSL | 153.64º | 0.76% | 0.45% | - |
| HSV(B) | 153.64º | 0.86% | 0.79% | - |
| XYZ | 25.07 | 43.5 | 26.48 | - |
| YUV | 140.61 | 119.19 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 125 | 0.86 | 0 | 0.38 | 0.21 | 153.64 | 0.76 | 0.45 |
| Hex | 1C | C9 | 7D | 56 | 0 | 26 | 15 | 9A | 4C | 2D |
| Octal | 34 | 311 | 175 | 126 | 0 | 46 | 25 | 232 | 114 | 55 |
| Binary | 11100 | 11001001 | 1111101 | 1010110 | 0 | 100110 | 10101 | 10011010 | 1001100 | 101101 |
Color Harmonies of #1CC97D
Complementary color
Monochromatic Colors of #1CC97D
Black with #1CC97D
Text Example
Text Example
White with #1CC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC97D; }
p { color: rgb(28,201,125); }
H1.HeaderClassName
{
color: #1CC97D;
}
.AnyTagClassName
{
color: #1CC97D;
}
</style>
background-color css
<style>
a { background-color: #1CC97D; }
a { background-color: rgb(28,201,125); }
div.DivClassName
{
background-color: #1CC97D;
}
.BgClassName
{
background-color: #1CC97D;
}
</style>
border-color css
<style>
span { border-color: #1CC97D; }
span { border-color: rgb(28,201,125); }
td.TdClassName
{
border-color: #1CC97D;
}
.TagClassName
{
border-color: #1CC97D;
}
</style>