Shades of Mountain Meadow #14C092
Tints of Mountain Meadow #14C092
RGB
CMYK
RGB Variations
Color information
#14C092 (or 0x14C092) is known color: Mountain Meadow. HEX triplet: 14, C0 and 92. RGB value is (20,192,146). Sum of RGB (Red+Green+Blue) = 20+192+146=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #14C092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C092 is #EB3F6D. Grayscale: #878787. Windows color (decimal): -15417198 or 9617428. OLE color: 9617428.
HSL color Cylindrical-coordinate representation of color #14C092: hue angle of 163.95º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C092 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 146 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.25 |
| HSL | 163.95º | 0.81% | 0.42% | - |
| HSV(B) | 163.95º | 0.9% | 0.75% | - |
| XYZ | 24.33 | 39.92 | 33.62 | - |
| YUV | 135.33 | 134.02 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 146 | 0.90 | 0 | 0.24 | 0.25 | 163.95 | 0.81 | 0.42 |
| Hex | 14 | C0 | 92 | 5A | 0 | 18 | 19 | A4 | 51 | 2A |
| Octal | 24 | 300 | 222 | 132 | 0 | 30 | 31 | 244 | 121 | 52 |
| Binary | 10100 | 11000000 | 10010010 | 1011010 | 0 | 11000 | 11001 | 10100100 | 1010001 | 101010 |
Color Harmonies of #14C092
Complementary color
Monochromatic Colors of #14C092
Black with #14C092
Text Example
Text Example
White with #14C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C092; }
p { color: rgb(20,192,146); }
H1.HeaderClassName
{
color: #14C092;
}
.AnyTagClassName
{
color: #14C092;
}
</style>
background-color css
<style>
a { background-color: #14C092; }
a { background-color: rgb(20,192,146); }
div.DivClassName
{
background-color: #14C092;
}
.BgClassName
{
background-color: #14C092;
}
</style>
border-color css
<style>
span { border-color: #14C092; }
span { border-color: rgb(20,192,146); }
td.TdClassName
{
border-color: #14C092;
}
.TagClassName
{
border-color: #14C092;
}
</style>