Shades of Mountain Meadow #1CAF7F
Tints of Mountain Meadow #1CAF7F
RGB
CMYK
RGB Variations
Color information
#1CAF7F (or 0x1CAF7F) is known color: Mountain Meadow. HEX triplet: 1C, AF and 7F. RGB value is (28,175,127). Sum of RGB (Red+Green+Blue) = 28+175+127=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF7F is #E35080. Grayscale: #7D7D7D. Windows color (decimal): -14897281 or 8367900. OLE color: 8367900.
HSL color Cylindrical-coordinate representation of color #1CAF7F: hue angle of 160.41º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF7F is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 127 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.31 |
| HSL | 160.41º | 0.72% | 0.4% | - |
| HSV(B) | 160.41º | 0.84% | 0.69% | - |
| XYZ | 19.64 | 32.44 | 25.3 | - |
| YUV | 125.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 127 | 0.84 | 0 | 0.27 | 0.31 | 160.41 | 0.72 | 0.4 |
| Hex | 1C | AF | 7F | 54 | 0 | 1B | 1F | A0 | 48 | 28 |
| Octal | 34 | 257 | 177 | 124 | 0 | 33 | 37 | 240 | 110 | 50 |
| Binary | 11100 | 10101111 | 1111111 | 1010100 | 0 | 11011 | 11111 | 10100000 | 1001000 | 101000 |
Color Harmonies of #1CAF7F
Complementary color
Monochromatic Colors of #1CAF7F
Black with #1CAF7F
Text Example
Text Example
White with #1CAF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF7F; }
p { color: rgb(28,175,127); }
H1.HeaderClassName
{
color: #1CAF7F;
}
.AnyTagClassName
{
color: #1CAF7F;
}
</style>
background-color css
<style>
a { background-color: #1CAF7F; }
a { background-color: rgb(28,175,127); }
div.DivClassName
{
background-color: #1CAF7F;
}
.BgClassName
{
background-color: #1CAF7F;
}
</style>
border-color css
<style>
span { border-color: #1CAF7F; }
span { border-color: rgb(28,175,127); }
td.TdClassName
{
border-color: #1CAF7F;
}
.TagClassName
{
border-color: #1CAF7F;
}
</style>