Shades of Mountain Meadow #14BB81
Tints of Mountain Meadow #14BB81
RGB
CMYK
RGB Variations
Color information
#14BB81 (or 0x14BB81) is known color: Mountain Meadow. HEX triplet: 14, BB and 81. RGB value is (20,187,129). Sum of RGB (Red+Green+Blue) = 20+187+129=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB81 is #EB447E. Grayscale: #828282. Windows color (decimal): -15418495 or 8502036. OLE color: 8502036.
HSL color Cylindrical-coordinate representation of color #14BB81: hue angle of 159.16º 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 #14BB81 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 129 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.27 |
| HSL | 159.16º | 0.81% | 0.41% | - |
| HSV(B) | 159.16º | 0.89% | 0.73% | - |
| XYZ | 22.02 | 37.27 | 26.8 | - |
| YUV | 130.46 | 127.17 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 129 | 0.89 | 0 | 0.31 | 0.27 | 159.16 | 0.81 | 0.41 |
| Hex | 14 | BB | 81 | 59 | 0 | 1F | 1B | 9F | 51 | 29 |
| Octal | 24 | 273 | 201 | 131 | 0 | 37 | 33 | 237 | 121 | 51 |
| Binary | 10100 | 10111011 | 10000001 | 1011001 | 0 | 11111 | 11011 | 10011111 | 1010001 | 101001 |
Color Harmonies of #14BB81
Complementary color
Monochromatic Colors of #14BB81
Black with #14BB81
Text Example
Text Example
White with #14BB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB81; }
p { color: rgb(20,187,129); }
H1.HeaderClassName
{
color: #14BB81;
}
.AnyTagClassName
{
color: #14BB81;
}
</style>
background-color css
<style>
a { background-color: #14BB81; }
a { background-color: rgb(20,187,129); }
div.DivClassName
{
background-color: #14BB81;
}
.BgClassName
{
background-color: #14BB81;
}
</style>
border-color css
<style>
span { border-color: #14BB81; }
span { border-color: rgb(20,187,129); }
td.TdClassName
{
border-color: #14BB81;
}
.TagClassName
{
border-color: #14BB81;
}
</style>