Shades of Mountain Meadow #1CC396
Tints of Mountain Meadow #1CC396
RGB
CMYK
RGB Variations
Color information
#1CC396 (or 0x1CC396) is known color: Mountain Meadow. HEX triplet: 1C, C3 and 96. RGB value is (28,195,150). Sum of RGB (Red+Green+Blue) = 28+195+150=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC396 is #E33C69. Grayscale: #8B8B8B. Windows color (decimal): -14892138 or 9880348. OLE color: 9880348.
HSL color Cylindrical-coordinate representation of color #1CC396: hue angle of 163.83º 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 #1CC396 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 150 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.24 |
| HSL | 163.83º | 0.75% | 0.44% | - |
| HSV(B) | 163.83º | 0.86% | 0.76% | - |
| XYZ | 25.5 | 41.48 | 35.52 | - |
| YUV | 139.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 150 | 0.86 | 0 | 0.23 | 0.24 | 163.83 | 0.75 | 0.44 |
| Hex | 1C | C3 | 96 | 56 | 0 | 17 | 18 | A4 | 4B | 2C |
| Octal | 34 | 303 | 226 | 126 | 0 | 27 | 30 | 244 | 113 | 54 |
| Binary | 11100 | 11000011 | 10010110 | 1010110 | 0 | 10111 | 11000 | 10100100 | 1001011 | 101100 |
Color Harmonies of #1CC396
Complementary color
Monochromatic Colors of #1CC396
Black with #1CC396
Text Example
Text Example
White with #1CC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC396; }
p { color: rgb(28,195,150); }
H1.HeaderClassName
{
color: #1CC396;
}
.AnyTagClassName
{
color: #1CC396;
}
</style>
background-color css
<style>
a { background-color: #1CC396; }
a { background-color: rgb(28,195,150); }
div.DivClassName
{
background-color: #1CC396;
}
.BgClassName
{
background-color: #1CC396;
}
</style>
border-color css
<style>
span { border-color: #1CC396; }
span { border-color: rgb(28,195,150); }
td.TdClassName
{
border-color: #1CC396;
}
.TagClassName
{
border-color: #1CC396;
}
</style>