Shades of Mountain Meadow #1CCA7A
Tints of Mountain Meadow #1CCA7A
RGB
CMYK
RGB Variations
Color information
#1CCA7A (or 0x1CCA7A) is known color: Mountain Meadow. HEX triplet: 1C, CA and 7A. RGB value is (28,202,122). Sum of RGB (Red+Green+Blue) = 28+202+122=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA7A is #E33585. Grayscale: #8D8D8D. Windows color (decimal): -14890374 or 8047132. OLE color: 8047132.
HSL color Cylindrical-coordinate representation of color #1CCA7A: hue angle of 152.41º 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 #1CCA7A is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 122 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.21 |
| HSL | 152.41º | 0.76% | 0.45% | - |
| HSV(B) | 152.41º | 0.86% | 0.79% | - |
| XYZ | 25.11 | 43.89 | 25.56 | - |
| YUV | 140.85 | 117.35 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 122 | 0.86 | 0 | 0.40 | 0.21 | 152.41 | 0.76 | 0.45 |
| Hex | 1C | CA | 7A | 56 | 0 | 28 | 15 | 98 | 4C | 2D |
| Octal | 34 | 312 | 172 | 126 | 0 | 50 | 25 | 230 | 114 | 55 |
| Binary | 11100 | 11001010 | 1111010 | 1010110 | 0 | 101000 | 10101 | 10011000 | 1001100 | 101101 |
Color Harmonies of #1CCA7A
Complementary color
Monochromatic Colors of #1CCA7A
Black with #1CCA7A
Text Example
Text Example
White with #1CCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA7A; }
p { color: rgb(28,202,122); }
H1.HeaderClassName
{
color: #1CCA7A;
}
.AnyTagClassName
{
color: #1CCA7A;
}
</style>
background-color css
<style>
a { background-color: #1CCA7A; }
a { background-color: rgb(28,202,122); }
div.DivClassName
{
background-color: #1CCA7A;
}
.BgClassName
{
background-color: #1CCA7A;
}
</style>
border-color css
<style>
span { border-color: #1CCA7A; }
span { border-color: rgb(28,202,122); }
td.TdClassName
{
border-color: #1CCA7A;
}
.TagClassName
{
border-color: #1CCA7A;
}
</style>