Shades of Mountain Meadow #1CC296
Tints of Mountain Meadow #1CC296
RGB
CMYK
RGB Variations
Color information
#1CC296 (or 0x1CC296) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 96. RGB value is (28,194,150). Sum of RGB (Red+Green+Blue) = 28+194+150=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC296 is #E33D69. Grayscale: #8B8B8B. Windows color (decimal): -14892394 or 9880092. OLE color: 9880092.
HSL color Cylindrical-coordinate representation of color #1CC296: hue angle of 164.1º 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 #1CC296 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 150 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.24 |
| HSL | 164.1º | 0.75% | 0.44% | - |
| HSV(B) | 164.1º | 0.86% | 0.76% | - |
| XYZ | 25.28 | 41.03 | 35.44 | - |
| YUV | 139.35 | 134 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 150 | 0.86 | 0 | 0.23 | 0.24 | 164.1 | 0.75 | 0.44 |
| Hex | 1C | C2 | 96 | 56 | 0 | 17 | 18 | A4 | 4B | 2C |
| Octal | 34 | 302 | 226 | 126 | 0 | 27 | 30 | 244 | 113 | 54 |
| Binary | 11100 | 11000010 | 10010110 | 1010110 | 0 | 10111 | 11000 | 10100100 | 1001011 | 101100 |
Color Harmonies of #1CC296
Complementary color
Monochromatic Colors of #1CC296
Black with #1CC296
Text Example
Text Example
White with #1CC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC296; }
p { color: rgb(28,194,150); }
H1.HeaderClassName
{
color: #1CC296;
}
.AnyTagClassName
{
color: #1CC296;
}
</style>
background-color css
<style>
a { background-color: #1CC296; }
a { background-color: rgb(28,194,150); }
div.DivClassName
{
background-color: #1CC296;
}
.BgClassName
{
background-color: #1CC296;
}
</style>
border-color css
<style>
span { border-color: #1CC296; }
span { border-color: rgb(28,194,150); }
td.TdClassName
{
border-color: #1CC296;
}
.TagClassName
{
border-color: #1CC296;
}
</style>