Shades of Mountain Meadow #1CC271
Tints of Mountain Meadow #1CC271
RGB
CMYK
RGB Variations
Color information
#1CC271 (or 0x1CC271) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 71. RGB value is (28,194,113). Sum of RGB (Red+Green+Blue) = 28+194+113=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC271 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC271 is #E33D8E. Grayscale: #878787. Windows color (decimal): -14892431 or 7455260. OLE color: 7455260.
HSL color Cylindrical-coordinate representation of color #1CC271: hue angle of 150.72º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC271 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 113 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.24 |
| HSL | 150.72º | 0.75% | 0.44% | - |
| HSV(B) | 150.72º | 0.86% | 0.76% | - |
| XYZ | 22.75 | 40.02 | 22.15 | - |
| YUV | 135.13 | 115.5 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 113 | 0.86 | 0 | 0.42 | 0.24 | 150.72 | 0.75 | 0.44 |
| Hex | 1C | C2 | 71 | 56 | 0 | 2A | 18 | 97 | 4B | 2C |
| Octal | 34 | 302 | 161 | 126 | 0 | 52 | 30 | 227 | 113 | 54 |
| Binary | 11100 | 11000010 | 1110001 | 1010110 | 0 | 101010 | 11000 | 10010111 | 1001011 | 101100 |
Color Harmonies of #1CC271
Complementary color
Monochromatic Colors of #1CC271
Black with #1CC271
Text Example
Text Example
White with #1CC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC271; }
p { color: rgb(28,194,113); }
H1.HeaderClassName
{
color: #1CC271;
}
.AnyTagClassName
{
color: #1CC271;
}
</style>
background-color css
<style>
a { background-color: #1CC271; }
a { background-color: rgb(28,194,113); }
div.DivClassName
{
background-color: #1CC271;
}
.BgClassName
{
background-color: #1CC271;
}
</style>
border-color css
<style>
span { border-color: #1CC271; }
span { border-color: rgb(28,194,113); }
td.TdClassName
{
border-color: #1CC271;
}
.TagClassName
{
border-color: #1CC271;
}
</style>