Shades of Mountain Meadow #1CC88F
Tints of Mountain Meadow #1CC88F
RGB
CMYK
RGB Variations
Color information
#1CC88F (or 0x1CC88F) is known color: Mountain Meadow. HEX triplet: 1C, C8 and 8F. RGB value is (28,200,143). Sum of RGB (Red+Green+Blue) = 28+200+143=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC88F is #E33770. Grayscale: #8E8E8E. Windows color (decimal): -14890865 or 9422876. OLE color: 9422876.
HSL color Cylindrical-coordinate representation of color #1CC88F: hue angle of 160.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC88F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 200 | 143 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.22 |
| HSL | 160.12º | 0.75% | 0.45% | - |
| HSV(B) | 160.12º | 0.86% | 0.78% | - |
| XYZ | 26.09 | 43.54 | 33.02 | - |
| YUV | 142.07 | 128.52 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 200 | 143 | 0.86 | 0 | 0.28 | 0.22 | 160.12 | 0.75 | 0.45 |
| Hex | 1C | C8 | 8F | 56 | 0 | 1C | 16 | A0 | 4B | 2D |
| Octal | 34 | 310 | 217 | 126 | 0 | 34 | 26 | 240 | 113 | 55 |
| Binary | 11100 | 11001000 | 10001111 | 1010110 | 0 | 11100 | 10110 | 10100000 | 1001011 | 101101 |
Color Harmonies of #1CC88F
Complementary color
Monochromatic Colors of #1CC88F
Black with #1CC88F
Text Example
Text Example
White with #1CC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC88F; }
p { color: rgb(28,200,143); }
H1.HeaderClassName
{
color: #1CC88F;
}
.AnyTagClassName
{
color: #1CC88F;
}
</style>
background-color css
<style>
a { background-color: #1CC88F; }
a { background-color: rgb(28,200,143); }
div.DivClassName
{
background-color: #1CC88F;
}
.BgClassName
{
background-color: #1CC88F;
}
</style>
border-color css
<style>
span { border-color: #1CC88F; }
span { border-color: rgb(28,200,143); }
td.TdClassName
{
border-color: #1CC88F;
}
.TagClassName
{
border-color: #1CC88F;
}
</style>