Shades of Mountain Meadow #14CB76
Tints of Mountain Meadow #14CB76
RGB
CMYK
RGB Variations
Color information
#14CB76 (or 0x14CB76) is known color: Mountain Meadow. HEX triplet: 14, CB and 76. RGB value is (20,203,118). Sum of RGB (Red+Green+Blue) = 20+203+118=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB76 is #EB3489. Grayscale: #8A8A8A. Windows color (decimal): -15414410 or 7785236. OLE color: 7785236.
HSL color Cylindrical-coordinate representation of color #14CB76: hue angle of 152.13º 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 #14CB76 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 118 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.20 |
| HSL | 152.13º | 0.82% | 0.44% | - |
| HSV(B) | 152.13º | 0.9% | 0.8% | - |
| XYZ | 24.91 | 44.17 | 24.35 | - |
| YUV | 138.59 | 116.37 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 118 | 0.90 | 0 | 0.42 | 0.20 | 152.13 | 0.82 | 0.44 |
| Hex | 14 | CB | 76 | 5A | 0 | 2A | 14 | 98 | 52 | 2C |
| Octal | 24 | 313 | 166 | 132 | 0 | 52 | 24 | 230 | 122 | 54 |
| Binary | 10100 | 11001011 | 1110110 | 1011010 | 0 | 101010 | 10100 | 10011000 | 1010010 | 101100 |
Color Harmonies of #14CB76
Complementary color
Monochromatic Colors of #14CB76
Black with #14CB76
Text Example
Text Example
White with #14CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB76; }
p { color: rgb(20,203,118); }
H1.HeaderClassName
{
color: #14CB76;
}
.AnyTagClassName
{
color: #14CB76;
}
</style>
background-color css
<style>
a { background-color: #14CB76; }
a { background-color: rgb(20,203,118); }
div.DivClassName
{
background-color: #14CB76;
}
.BgClassName
{
background-color: #14CB76;
}
</style>
border-color css
<style>
span { border-color: #14CB76; }
span { border-color: rgb(20,203,118); }
td.TdClassName
{
border-color: #14CB76;
}
.TagClassName
{
border-color: #14CB76;
}
</style>