Shades of Mountain Meadow #1CCA7C
Tints of Mountain Meadow #1CCA7C
RGB
CMYK
RGB Variations
Color information
#1CCA7C (or 0x1CCA7C) is known color: Mountain Meadow. HEX triplet: 1C, CA and 7C. RGB value is (28,202,124). Sum of RGB (Red+Green+Blue) = 28+202+124=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA7C is #E33583. Grayscale: #8D8D8D. Windows color (decimal): -14890372 or 8178204. OLE color: 8178204.
HSL color Cylindrical-coordinate representation of color #1CCA7C: hue angle of 153.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA7C is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 124 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.21 |
| HSL | 153.1º | 0.76% | 0.45% | - |
| HSV(B) | 153.1º | 0.86% | 0.79% | - |
| XYZ | 25.24 | 43.94 | 26.22 | - |
| YUV | 141.08 | 118.35 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 124 | 0.86 | 0 | 0.39 | 0.21 | 153.1 | 0.76 | 0.45 |
| Hex | 1C | CA | 7C | 56 | 0 | 27 | 15 | 99 | 4C | 2D |
| Octal | 34 | 312 | 174 | 126 | 0 | 47 | 25 | 231 | 114 | 55 |
| Binary | 11100 | 11001010 | 1111100 | 1010110 | 0 | 100111 | 10101 | 10011001 | 1001100 | 101101 |
Color Harmonies of #1CCA7C
Complementary color
Monochromatic Colors of #1CCA7C
Black with #1CCA7C
Text Example
Text Example
White with #1CCA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA7C; }
p { color: rgb(28,202,124); }
H1.HeaderClassName
{
color: #1CCA7C;
}
.AnyTagClassName
{
color: #1CCA7C;
}
</style>
background-color css
<style>
a { background-color: #1CCA7C; }
a { background-color: rgb(28,202,124); }
div.DivClassName
{
background-color: #1CCA7C;
}
.BgClassName
{
background-color: #1CCA7C;
}
</style>
border-color css
<style>
span { border-color: #1CCA7C; }
span { border-color: rgb(28,202,124); }
td.TdClassName
{
border-color: #1CCA7C;
}
.TagClassName
{
border-color: #1CCA7C;
}
</style>