Shades of Mountain Meadow #1CC483
Tints of Mountain Meadow #1CC483
RGB
CMYK
RGB Variations
Color information
#1CC483 (or 0x1CC483) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 83. RGB value is (28,196,131). Sum of RGB (Red+Green+Blue) = 28+196+131=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC483 is #E33B7C. Grayscale: #8A8A8A. Windows color (decimal): -14891901 or 8635420. OLE color: 8635420.
HSL color Cylindrical-coordinate representation of color #1CC483: hue angle of 156.79º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC483 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 131 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.23 |
| HSL | 156.79º | 0.75% | 0.44% | - |
| HSV(B) | 156.79º | 0.86% | 0.77% | - |
| XYZ | 24.32 | 41.37 | 28.18 | - |
| YUV | 138.36 | 123.84 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 131 | 0.86 | 0 | 0.33 | 0.23 | 156.79 | 0.75 | 0.44 |
| Hex | 1C | C4 | 83 | 56 | 0 | 21 | 17 | 9D | 4B | 2C |
| Octal | 34 | 304 | 203 | 126 | 0 | 41 | 27 | 235 | 113 | 54 |
| Binary | 11100 | 11000100 | 10000011 | 1010110 | 0 | 100001 | 10111 | 10011101 | 1001011 | 101100 |
Color Harmonies of #1CC483
Complementary color
Monochromatic Colors of #1CC483
Black with #1CC483
Text Example
Text Example
White with #1CC483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC483; }
p { color: rgb(28,196,131); }
H1.HeaderClassName
{
color: #1CC483;
}
.AnyTagClassName
{
color: #1CC483;
}
</style>
background-color css
<style>
a { background-color: #1CC483; }
a { background-color: rgb(28,196,131); }
div.DivClassName
{
background-color: #1CC483;
}
.BgClassName
{
background-color: #1CC483;
}
</style>
border-color css
<style>
span { border-color: #1CC483; }
span { border-color: rgb(28,196,131); }
td.TdClassName
{
border-color: #1CC483;
}
.TagClassName
{
border-color: #1CC483;
}
</style>