Shades of Mountain Meadow #14CC88
Tints of Mountain Meadow #14CC88
RGB
CMYK
RGB Variations
Color information
#14CC88 (or 0x14CC88) is known color: Mountain Meadow. HEX triplet: 14, CC and 88. RGB value is (20,204,136). Sum of RGB (Red+Green+Blue) = 20+204+136=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CC88 is #EB3377. Grayscale: #8D8D8D. Windows color (decimal): -15414136 or 8965140. OLE color: 8965140.
HSL color Cylindrical-coordinate representation of color #14CC88: hue angle of 157.83º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC88 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 136 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.2 |
| HSL | 157.83º | 0.82% | 0.44% | - |
| HSV(B) | 157.83º | 0.9% | 0.8% | - |
| XYZ | 26.33 | 45.11 | 30.61 | - |
| YUV | 141.23 | 125.04 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 136 | 0.90 | 0 | 0.33 | 0.2 | 157.83 | 0.82 | 0.44 |
| Hex | 14 | CC | 88 | 5A | 0 | 21 | 14 | 9E | 52 | 2C |
| Octal | 24 | 314 | 210 | 132 | 0 | 41 | 24 | 236 | 122 | 54 |
| Binary | 10100 | 11001100 | 10001000 | 1011010 | 0 | 100001 | 10100 | 10011110 | 1010010 | 101100 |
Color Harmonies of #14CC88
Complementary color
Monochromatic Colors of #14CC88
Black with #14CC88
Text Example
Text Example
White with #14CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC88; }
p { color: rgb(20,204,136); }
H1.HeaderClassName
{
color: #14CC88;
}
.AnyTagClassName
{
color: #14CC88;
}
</style>
background-color css
<style>
a { background-color: #14CC88; }
a { background-color: rgb(20,204,136); }
div.DivClassName
{
background-color: #14CC88;
}
.BgClassName
{
background-color: #14CC88;
}
</style>
border-color css
<style>
span { border-color: #14CC88; }
span { border-color: rgb(20,204,136); }
td.TdClassName
{
border-color: #14CC88;
}
.TagClassName
{
border-color: #14CC88;
}
</style>