Shades of Mountain Meadow #1CCC82
Tints of Mountain Meadow #1CCC82
RGB
CMYK
RGB Variations
Color information
#1CCC82 (or 0x1CCC82) is known color: Mountain Meadow. HEX triplet: 1C, CC and 82. RGB value is (28,204,130). Sum of RGB (Red+Green+Blue) = 28+204+130=362 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.73% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCC82 is #E3337D. Grayscale: #8F8F8F. Windows color (decimal): -14889854 or 8571932. OLE color: 8571932.
HSL color Cylindrical-coordinate representation of color #1CCC82: hue angle of 154.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCC82 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 130 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.2 |
| HSL | 154.77º | 0.76% | 0.45% | - |
| HSV(B) | 154.77º | 0.86% | 0.8% | - |
| XYZ | 26.1 | 45.04 | 28.44 | - |
| YUV | 142.94 | 120.69 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 130 | 0.86 | 0 | 0.36 | 0.2 | 154.77 | 0.76 | 0.45 |
| Hex | 1C | CC | 82 | 56 | 0 | 24 | 14 | 9B | 4C | 2D |
| Octal | 34 | 314 | 202 | 126 | 0 | 44 | 24 | 233 | 114 | 55 |
| Binary | 11100 | 11001100 | 10000010 | 1010110 | 0 | 100100 | 10100 | 10011011 | 1001100 | 101101 |
Color Harmonies of #1CCC82
Complementary color
Monochromatic Colors of #1CCC82
Black with #1CCC82
Text Example
Text Example
White with #1CCC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC82; }
p { color: rgb(28,204,130); }
H1.HeaderClassName
{
color: #1CCC82;
}
.AnyTagClassName
{
color: #1CCC82;
}
</style>
background-color css
<style>
a { background-color: #1CCC82; }
a { background-color: rgb(28,204,130); }
div.DivClassName
{
background-color: #1CCC82;
}
.BgClassName
{
background-color: #1CCC82;
}
</style>
border-color css
<style>
span { border-color: #1CCC82; }
span { border-color: rgb(28,204,130); }
td.TdClassName
{
border-color: #1CCC82;
}
.TagClassName
{
border-color: #1CCC82;
}
</style>