Shades of Mountain Meadow #1CCA7B
Tints of Mountain Meadow #1CCA7B
RGB
CMYK
RGB Variations
Color information
#1CCA7B (or 0x1CCA7B) is known color: Mountain Meadow. HEX triplet: 1C, CA and 7B. RGB value is (28,202,123). Sum of RGB (Red+Green+Blue) = 28+202+123=353 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.93% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA7B is #E33584. Grayscale: #8D8D8D. Windows color (decimal): -14890373 or 8112668. OLE color: 8112668.
HSL color Cylindrical-coordinate representation of color #1CCA7B: hue angle of 152.76º 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 #1CCA7B is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 123 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.21 |
| HSL | 152.76º | 0.76% | 0.45% | - |
| HSV(B) | 152.76º | 0.86% | 0.79% | - |
| XYZ | 25.17 | 43.92 | 25.89 | - |
| YUV | 140.97 | 117.85 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 123 | 0.86 | 0 | 0.39 | 0.21 | 152.76 | 0.76 | 0.45 |
| Hex | 1C | CA | 7B | 56 | 0 | 27 | 15 | 99 | 4C | 2D |
| Octal | 34 | 312 | 173 | 126 | 0 | 47 | 25 | 231 | 114 | 55 |
| Binary | 11100 | 11001010 | 1111011 | 1010110 | 0 | 100111 | 10101 | 10011001 | 1001100 | 101101 |
Color Harmonies of #1CCA7B
Complementary color
Monochromatic Colors of #1CCA7B
Black with #1CCA7B
Text Example
Text Example
White with #1CCA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA7B; }
p { color: rgb(28,202,123); }
H1.HeaderClassName
{
color: #1CCA7B;
}
.AnyTagClassName
{
color: #1CCA7B;
}
</style>
background-color css
<style>
a { background-color: #1CCA7B; }
a { background-color: rgb(28,202,123); }
div.DivClassName
{
background-color: #1CCA7B;
}
.BgClassName
{
background-color: #1CCA7B;
}
</style>
border-color css
<style>
span { border-color: #1CCA7B; }
span { border-color: rgb(28,202,123); }
td.TdClassName
{
border-color: #1CCA7B;
}
.TagClassName
{
border-color: #1CCA7B;
}
</style>