Shades of Mountain Meadow #14C174
Tints of Mountain Meadow #14C174
RGB
CMYK
RGB Variations
Color information
#14C174 (or 0x14C174) is known color: Mountain Meadow. HEX triplet: 14, C1 and 74. RGB value is (20,193,116). Sum of RGB (Red+Green+Blue) = 20+193+116=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #14C174 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C174 is #EB3E8B. Grayscale: #848484. Windows color (decimal): -15416972 or 7651604. OLE color: 7651604.
HSL color Cylindrical-coordinate representation of color #14C174: hue angle of 153.29º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C174 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 116 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.24 |
| HSL | 153.29º | 0.81% | 0.42% | - |
| HSV(B) | 153.29º | 0.9% | 0.76% | - |
| XYZ | 22.51 | 39.55 | 22.97 | - |
| YUV | 132.5 | 118.69 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 116 | 0.90 | 0 | 0.40 | 0.24 | 153.29 | 0.81 | 0.42 |
| Hex | 14 | C1 | 74 | 5A | 0 | 28 | 18 | 99 | 51 | 2A |
| Octal | 24 | 301 | 164 | 132 | 0 | 50 | 30 | 231 | 121 | 52 |
| Binary | 10100 | 11000001 | 1110100 | 1011010 | 0 | 101000 | 11000 | 10011001 | 1010001 | 101010 |
Color Harmonies of #14C174
Complementary color
Monochromatic Colors of #14C174
Black with #14C174
Text Example
Text Example
White with #14C174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C174; }
p { color: rgb(20,193,116); }
H1.HeaderClassName
{
color: #14C174;
}
.AnyTagClassName
{
color: #14C174;
}
</style>
background-color css
<style>
a { background-color: #14C174; }
a { background-color: rgb(20,193,116); }
div.DivClassName
{
background-color: #14C174;
}
.BgClassName
{
background-color: #14C174;
}
</style>
border-color css
<style>
span { border-color: #14C174; }
span { border-color: rgb(20,193,116); }
td.TdClassName
{
border-color: #14C174;
}
.TagClassName
{
border-color: #14C174;
}
</style>