Shades of Mountain Meadow #14CF72
Tints of Mountain Meadow #14CF72
RGB
CMYK
RGB Variations
Color information
#14CF72 (or 0x14CF72) is known color: Mountain Meadow. HEX triplet: 14, CF and 72. RGB value is (20,207,114). Sum of RGB (Red+Green+Blue) = 20+207+114=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CF72 is #EB308D. Grayscale: #8C8C8C. Windows color (decimal): -15413390 or 7524116. OLE color: 7524116.
HSL color Cylindrical-coordinate representation of color #14CF72: hue angle of 150.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF72 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 114 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.19 |
| HSL | 150.16º | 0.82% | 0.45% | - |
| HSV(B) | 150.16º | 0.9% | 0.81% | - |
| XYZ | 25.64 | 45.99 | 23.45 | - |
| YUV | 140.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 114 | 0.90 | 0 | 0.45 | 0.19 | 150.16 | 0.82 | 0.45 |
| Hex | 14 | CF | 72 | 5A | 0 | 2D | 13 | 96 | 52 | 2D |
| Octal | 24 | 317 | 162 | 132 | 0 | 55 | 23 | 226 | 122 | 55 |
| Binary | 10100 | 11001111 | 1110010 | 1011010 | 0 | 101101 | 10011 | 10010110 | 1010010 | 101101 |
Color Harmonies of #14CF72
Complementary color
Monochromatic Colors of #14CF72
Black with #14CF72
Text Example
Text Example
White with #14CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF72; }
p { color: rgb(20,207,114); }
H1.HeaderClassName
{
color: #14CF72;
}
.AnyTagClassName
{
color: #14CF72;
}
</style>
background-color css
<style>
a { background-color: #14CF72; }
a { background-color: rgb(20,207,114); }
div.DivClassName
{
background-color: #14CF72;
}
.BgClassName
{
background-color: #14CF72;
}
</style>
border-color css
<style>
span { border-color: #14CF72; }
span { border-color: rgb(20,207,114); }
td.TdClassName
{
border-color: #14CF72;
}
.TagClassName
{
border-color: #14CF72;
}
</style>