Shades of Mountain Meadow #1CCA7D
Tints of Mountain Meadow #1CCA7D
RGB
CMYK
RGB Variations
Color information
#1CCA7D (or 0x1CCA7D) is known color: Mountain Meadow. HEX triplet: 1C, CA and 7D. RGB value is (28,202,125). Sum of RGB (Red+Green+Blue) = 28+202+125=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA7D is #E33582. Grayscale: #8D8D8D. Windows color (decimal): -14890371 or 8243740. OLE color: 8243740.
HSL color Cylindrical-coordinate representation of color #1CCA7D: hue angle of 153.45º 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 #1CCA7D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 125 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.21 |
| HSL | 153.45º | 0.76% | 0.45% | - |
| HSV(B) | 153.45º | 0.86% | 0.79% | - |
| XYZ | 25.3 | 43.97 | 26.56 | - |
| YUV | 141.2 | 118.85 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 125 | 0.86 | 0 | 0.38 | 0.21 | 153.45 | 0.76 | 0.45 |
| Hex | 1C | CA | 7D | 56 | 0 | 26 | 15 | 99 | 4C | 2D |
| Octal | 34 | 312 | 175 | 126 | 0 | 46 | 25 | 231 | 114 | 55 |
| Binary | 11100 | 11001010 | 1111101 | 1010110 | 0 | 100110 | 10101 | 10011001 | 1001100 | 101101 |
Color Harmonies of #1CCA7D
Complementary color
Monochromatic Colors of #1CCA7D
Black with #1CCA7D
Text Example
Text Example
White with #1CCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA7D; }
p { color: rgb(28,202,125); }
H1.HeaderClassName
{
color: #1CCA7D;
}
.AnyTagClassName
{
color: #1CCA7D;
}
</style>
background-color css
<style>
a { background-color: #1CCA7D; }
a { background-color: rgb(28,202,125); }
div.DivClassName
{
background-color: #1CCA7D;
}
.BgClassName
{
background-color: #1CCA7D;
}
</style>
border-color css
<style>
span { border-color: #1CCA7D; }
span { border-color: rgb(28,202,125); }
td.TdClassName
{
border-color: #1CCA7D;
}
.TagClassName
{
border-color: #1CCA7D;
}
</style>