Shades of Mountain Meadow #14BB6F
Tints of Mountain Meadow #14BB6F
RGB
CMYK
RGB Variations
Color information
#14BB6F (or 0x14BB6F) is known color: Mountain Meadow. HEX triplet: 14, BB and 6F. RGB value is (20,187,111). Sum of RGB (Red+Green+Blue) = 20+187+111=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB6F is #EB4490. Grayscale: #808080. Windows color (decimal): -15418513 or 7322388. OLE color: 7322388.
HSL color Cylindrical-coordinate representation of color #14BB6F: hue angle of 152.69º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BB6F is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 111 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.27 |
| HSL | 152.69º | 0.81% | 0.41% | - |
| HSV(B) | 152.69º | 0.89% | 0.73% | - |
| XYZ | 20.93 | 36.84 | 21.05 | - |
| YUV | 128.4 | 118.17 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 111 | 0.89 | 0 | 0.41 | 0.27 | 152.69 | 0.81 | 0.41 |
| Hex | 14 | BB | 6F | 59 | 0 | 29 | 1B | 99 | 51 | 29 |
| Octal | 24 | 273 | 157 | 131 | 0 | 51 | 33 | 231 | 121 | 51 |
| Binary | 10100 | 10111011 | 1101111 | 1011001 | 0 | 101001 | 11011 | 10011001 | 1010001 | 101001 |
Color Harmonies of #14BB6F
Complementary color
Monochromatic Colors of #14BB6F
Black with #14BB6F
Text Example
Text Example
White with #14BB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB6F; }
p { color: rgb(20,187,111); }
H1.HeaderClassName
{
color: #14BB6F;
}
.AnyTagClassName
{
color: #14BB6F;
}
</style>
background-color css
<style>
a { background-color: #14BB6F; }
a { background-color: rgb(20,187,111); }
div.DivClassName
{
background-color: #14BB6F;
}
.BgClassName
{
background-color: #14BB6F;
}
</style>
border-color css
<style>
span { border-color: #14BB6F; }
span { border-color: rgb(20,187,111); }
td.TdClassName
{
border-color: #14BB6F;
}
.TagClassName
{
border-color: #14BB6F;
}
</style>