Shades of Mountain Meadow #1CC28F
Tints of Mountain Meadow #1CC28F
RGB
CMYK
RGB Variations
Color information
#1CC28F (or 0x1CC28F) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 8F. RGB value is (28,194,143). Sum of RGB (Red+Green+Blue) = 28+194+143=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC28F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC28F is #E33D70. Grayscale: #8A8A8A. Windows color (decimal): -14892401 or 9421340. OLE color: 9421340.
HSL color Cylindrical-coordinate representation of color #1CC28F: hue angle of 161.57º 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 #1CC28F is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 143 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.24 |
| HSL | 161.57º | 0.75% | 0.44% | - |
| HSV(B) | 161.57º | 0.86% | 0.76% | - |
| XYZ | 24.73 | 40.81 | 32.56 | - |
| YUV | 138.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 143 | 0.86 | 0 | 0.26 | 0.24 | 161.57 | 0.75 | 0.44 |
| Hex | 1C | C2 | 8F | 56 | 0 | 1A | 18 | A2 | 4B | 2C |
| Octal | 34 | 302 | 217 | 126 | 0 | 32 | 30 | 242 | 113 | 54 |
| Binary | 11100 | 11000010 | 10001111 | 1010110 | 0 | 11010 | 11000 | 10100010 | 1001011 | 101100 |
Color Harmonies of #1CC28F
Complementary color
Monochromatic Colors of #1CC28F
Black with #1CC28F
Text Example
Text Example
White with #1CC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC28F; }
p { color: rgb(28,194,143); }
H1.HeaderClassName
{
color: #1CC28F;
}
.AnyTagClassName
{
color: #1CC28F;
}
</style>
background-color css
<style>
a { background-color: #1CC28F; }
a { background-color: rgb(28,194,143); }
div.DivClassName
{
background-color: #1CC28F;
}
.BgClassName
{
background-color: #1CC28F;
}
</style>
border-color css
<style>
span { border-color: #1CC28F; }
span { border-color: rgb(28,194,143); }
td.TdClassName
{
border-color: #1CC28F;
}
.TagClassName
{
border-color: #1CC28F;
}
</style>