Shades of Mountain Meadow #1CC284
Tints of Mountain Meadow #1CC284
RGB
CMYK
RGB Variations
Color information
#1CC284 (or 0x1CC284) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 84. RGB value is (28,194,132). Sum of RGB (Red+Green+Blue) = 28+194+132=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC284 is #E33D7B. Grayscale: #898989. Windows color (decimal): -14892412 or 8700444. OLE color: 8700444.
HSL color Cylindrical-coordinate representation of color #1CC284: hue angle of 157.59º 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 #1CC284 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 132 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.24 |
| HSL | 157.59º | 0.75% | 0.44% | - |
| HSV(B) | 157.59º | 0.86% | 0.76% | - |
| XYZ | 23.94 | 40.5 | 28.38 | - |
| YUV | 137.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 132 | 0.86 | 0 | 0.32 | 0.24 | 157.59 | 0.75 | 0.44 |
| Hex | 1C | C2 | 84 | 56 | 0 | 20 | 18 | 9E | 4B | 2C |
| Octal | 34 | 302 | 204 | 126 | 0 | 40 | 30 | 236 | 113 | 54 |
| Binary | 11100 | 11000010 | 10000100 | 1010110 | 0 | 100000 | 11000 | 10011110 | 1001011 | 101100 |
Color Harmonies of #1CC284
Complementary color
Monochromatic Colors of #1CC284
Black with #1CC284
Text Example
Text Example
White with #1CC284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC284; }
p { color: rgb(28,194,132); }
H1.HeaderClassName
{
color: #1CC284;
}
.AnyTagClassName
{
color: #1CC284;
}
</style>
background-color css
<style>
a { background-color: #1CC284; }
a { background-color: rgb(28,194,132); }
div.DivClassName
{
background-color: #1CC284;
}
.BgClassName
{
background-color: #1CC284;
}
</style>
border-color css
<style>
span { border-color: #1CC284; }
span { border-color: rgb(28,194,132); }
td.TdClassName
{
border-color: #1CC284;
}
.TagClassName
{
border-color: #1CC284;
}
</style>