Shades of Mountain Meadow #14BF7A
Tints of Mountain Meadow #14BF7A
RGB
CMYK
RGB Variations
Color information
#14BF7A (or 0x14BF7A) is known color: Mountain Meadow. HEX triplet: 14, BF and 7A. RGB value is (20,191,122). Sum of RGB (Red+Green+Blue) = 20+191+122=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BF7A is #EB4085. Grayscale: #848484. Windows color (decimal): -15417478 or 8044308. OLE color: 8044308.
HSL color Cylindrical-coordinate representation of color #14BF7A: hue angle of 155.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF7A is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 122 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.25 |
| HSL | 155.79º | 0.81% | 0.41% | - |
| HSV(B) | 155.79º | 0.9% | 0.75% | - |
| XYZ | 22.43 | 38.82 | 24.72 | - |
| YUV | 132.01 | 122.35 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 122 | 0.90 | 0 | 0.36 | 0.25 | 155.79 | 0.81 | 0.41 |
| Hex | 14 | BF | 7A | 5A | 0 | 24 | 19 | 9C | 51 | 29 |
| Octal | 24 | 277 | 172 | 132 | 0 | 44 | 31 | 234 | 121 | 51 |
| Binary | 10100 | 10111111 | 1111010 | 1011010 | 0 | 100100 | 11001 | 10011100 | 1010001 | 101001 |
Color Harmonies of #14BF7A
Complementary color
Monochromatic Colors of #14BF7A
Black with #14BF7A
Text Example
Text Example
White with #14BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BF7A; }
p { color: rgb(20,191,122); }
H1.HeaderClassName
{
color: #14BF7A;
}
.AnyTagClassName
{
color: #14BF7A;
}
</style>
background-color css
<style>
a { background-color: #14BF7A; }
a { background-color: rgb(20,191,122); }
div.DivClassName
{
background-color: #14BF7A;
}
.BgClassName
{
background-color: #14BF7A;
}
</style>
border-color css
<style>
span { border-color: #14BF7A; }
span { border-color: rgb(20,191,122); }
td.TdClassName
{
border-color: #14BF7A;
}
.TagClassName
{
border-color: #14BF7A;
}
</style>