Shades of Mountain Meadow #14CB7B
Tints of Mountain Meadow #14CB7B
RGB
CMYK
RGB Variations
Color information
#14CB7B (or 0x14CB7B) is known color: Mountain Meadow. HEX triplet: 14, CB and 7B. RGB value is (20,203,123). Sum of RGB (Red+Green+Blue) = 20+203+123=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB7B is #EB3484. Grayscale: #8B8B8B. Windows color (decimal): -15414405 or 8112916. OLE color: 8112916.
HSL color Cylindrical-coordinate representation of color #14CB7B: hue angle of 153.77º 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 #14CB7B is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 123 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.20 |
| HSL | 153.77º | 0.82% | 0.44% | - |
| HSV(B) | 153.77º | 0.9% | 0.8% | - |
| XYZ | 25.22 | 44.29 | 25.96 | - |
| YUV | 139.16 | 118.87 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 123 | 0.90 | 0 | 0.39 | 0.20 | 153.77 | 0.82 | 0.44 |
| Hex | 14 | CB | 7B | 5A | 0 | 27 | 14 | 9A | 52 | 2C |
| Octal | 24 | 313 | 173 | 132 | 0 | 47 | 24 | 232 | 122 | 54 |
| Binary | 10100 | 11001011 | 1111011 | 1011010 | 0 | 100111 | 10100 | 10011010 | 1010010 | 101100 |
Color Harmonies of #14CB7B
Complementary color
Monochromatic Colors of #14CB7B
Black with #14CB7B
Text Example
Text Example
White with #14CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB7B; }
p { color: rgb(20,203,123); }
H1.HeaderClassName
{
color: #14CB7B;
}
.AnyTagClassName
{
color: #14CB7B;
}
</style>
background-color css
<style>
a { background-color: #14CB7B; }
a { background-color: rgb(20,203,123); }
div.DivClassName
{
background-color: #14CB7B;
}
.BgClassName
{
background-color: #14CB7B;
}
</style>
border-color css
<style>
span { border-color: #14CB7B; }
span { border-color: rgb(20,203,123); }
td.TdClassName
{
border-color: #14CB7B;
}
.TagClassName
{
border-color: #14CB7B;
}
</style>