Shades of Mountain Meadow #14CC74
Tints of Mountain Meadow #14CC74
RGB
CMYK
RGB Variations
Color information
#14CC74 (or 0x14CC74) is known color: Mountain Meadow. HEX triplet: 14, CC and 74. RGB value is (20,204,116). Sum of RGB (Red+Green+Blue) = 20+204+116=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CC74 is #EB338B. Grayscale: #8B8B8B. Windows color (decimal): -15414156 or 7654420. OLE color: 7654420.
HSL color Cylindrical-coordinate representation of color #14CC74: hue angle of 151.3º 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 #14CC74 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 116 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.2 |
| HSL | 151.3º | 0.82% | 0.44% | - |
| HSV(B) | 151.3º | 0.9% | 0.8% | - |
| XYZ | 25.03 | 44.6 | 23.81 | - |
| YUV | 138.95 | 115.04 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 116 | 0.90 | 0 | 0.43 | 0.2 | 151.3 | 0.82 | 0.44 |
| Hex | 14 | CC | 74 | 5A | 0 | 2B | 14 | 97 | 52 | 2C |
| Octal | 24 | 314 | 164 | 132 | 0 | 53 | 24 | 227 | 122 | 54 |
| Binary | 10100 | 11001100 | 1110100 | 1011010 | 0 | 101011 | 10100 | 10010111 | 1010010 | 101100 |
Color Harmonies of #14CC74
Complementary color
Monochromatic Colors of #14CC74
Black with #14CC74
Text Example
Text Example
White with #14CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC74; }
p { color: rgb(20,204,116); }
H1.HeaderClassName
{
color: #14CC74;
}
.AnyTagClassName
{
color: #14CC74;
}
</style>
background-color css
<style>
a { background-color: #14CC74; }
a { background-color: rgb(20,204,116); }
div.DivClassName
{
background-color: #14CC74;
}
.BgClassName
{
background-color: #14CC74;
}
</style>
border-color css
<style>
span { border-color: #14CC74; }
span { border-color: rgb(20,204,116); }
td.TdClassName
{
border-color: #14CC74;
}
.TagClassName
{
border-color: #14CC74;
}
</style>