Shades of Mountain Meadow #1CC27A
Tints of Mountain Meadow #1CC27A
RGB
CMYK
RGB Variations
Color information
#1CC27A (or 0x1CC27A) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 7A. RGB value is (28,194,122). Sum of RGB (Red+Green+Blue) = 28+194+122=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC27A is #E33D85. Grayscale: #888888. Windows color (decimal): -14892422 or 8045084. OLE color: 8045084.
HSL color Cylindrical-coordinate representation of color #1CC27A: hue angle of 153.98º 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 #1CC27A is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 122 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.24 |
| HSL | 153.98º | 0.75% | 0.44% | - |
| HSV(B) | 153.98º | 0.86% | 0.76% | - |
| XYZ | 23.28 | 40.24 | 24.95 | - |
| YUV | 136.16 | 120 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 122 | 0.86 | 0 | 0.37 | 0.24 | 153.98 | 0.75 | 0.44 |
| Hex | 1C | C2 | 7A | 56 | 0 | 25 | 18 | 9A | 4B | 2C |
| Octal | 34 | 302 | 172 | 126 | 0 | 45 | 30 | 232 | 113 | 54 |
| Binary | 11100 | 11000010 | 1111010 | 1010110 | 0 | 100101 | 11000 | 10011010 | 1001011 | 101100 |
Color Harmonies of #1CC27A
Complementary color
Monochromatic Colors of #1CC27A
Black with #1CC27A
Text Example
Text Example
White with #1CC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC27A; }
p { color: rgb(28,194,122); }
H1.HeaderClassName
{
color: #1CC27A;
}
.AnyTagClassName
{
color: #1CC27A;
}
</style>
background-color css
<style>
a { background-color: #1CC27A; }
a { background-color: rgb(28,194,122); }
div.DivClassName
{
background-color: #1CC27A;
}
.BgClassName
{
background-color: #1CC27A;
}
</style>
border-color css
<style>
span { border-color: #1CC27A; }
span { border-color: rgb(28,194,122); }
td.TdClassName
{
border-color: #1CC27A;
}
.TagClassName
{
border-color: #1CC27A;
}
</style>