Shades of Mountain Meadow #14C492
Tints of Mountain Meadow #14C492
RGB
CMYK
RGB Variations
Color information
#14C492 (or 0x14C492) is known color: Mountain Meadow. HEX triplet: 14, C4 and 92. RGB value is (20,196,146). Sum of RGB (Red+Green+Blue) = 20+196+146=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #14C492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C492 is #EB3B6D. Grayscale: #898989. Windows color (decimal): -15416174 or 9618452. OLE color: 9618452.
HSL color Cylindrical-coordinate representation of color #14C492: hue angle of 162.95º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C492 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 146 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.23 |
| HSL | 162.95º | 0.81% | 0.42% | - |
| HSV(B) | 162.95º | 0.9% | 0.77% | - |
| XYZ | 25.22 | 41.7 | 33.91 | - |
| YUV | 137.68 | 132.69 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 146 | 0.90 | 0 | 0.26 | 0.23 | 162.95 | 0.81 | 0.42 |
| Hex | 14 | C4 | 92 | 5A | 0 | 1A | 17 | A3 | 51 | 2A |
| Octal | 24 | 304 | 222 | 132 | 0 | 32 | 27 | 243 | 121 | 52 |
| Binary | 10100 | 11000100 | 10010010 | 1011010 | 0 | 11010 | 10111 | 10100011 | 1010001 | 101010 |
Color Harmonies of #14C492
Complementary color
Monochromatic Colors of #14C492
Black with #14C492
Text Example
Text Example
White with #14C492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C492; }
p { color: rgb(20,196,146); }
H1.HeaderClassName
{
color: #14C492;
}
.AnyTagClassName
{
color: #14C492;
}
</style>
background-color css
<style>
a { background-color: #14C492; }
a { background-color: rgb(20,196,146); }
div.DivClassName
{
background-color: #14C492;
}
.BgClassName
{
background-color: #14C492;
}
</style>
border-color css
<style>
span { border-color: #14C492; }
span { border-color: rgb(20,196,146); }
td.TdClassName
{
border-color: #14C492;
}
.TagClassName
{
border-color: #14C492;
}
</style>