Shades of Mountain Meadow #14CE83
Tints of Mountain Meadow #14CE83
RGB
CMYK
RGB Variations
Color information
#14CE83 (or 0x14CE83) is known color: Mountain Meadow. HEX triplet: 14, CE and 83. RGB value is (20,206,131). Sum of RGB (Red+Green+Blue) = 20+206+131=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CE83 is #EB317C. Grayscale: #8D8D8D. Windows color (decimal): -15413629 or 8637972. OLE color: 8637972.
HSL color Cylindrical-coordinate representation of color #14CE83: hue angle of 155.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE83 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 131 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.19 |
| HSL | 155.81º | 0.82% | 0.44% | - |
| HSV(B) | 155.81º | 0.9% | 0.81% | - |
| XYZ | 26.46 | 45.93 | 28.94 | - |
| YUV | 141.84 | 121.88 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 131 | 0.90 | 0 | 0.36 | 0.19 | 155.81 | 0.82 | 0.44 |
| Hex | 14 | CE | 83 | 5A | 0 | 24 | 13 | 9C | 52 | 2C |
| Octal | 24 | 316 | 203 | 132 | 0 | 44 | 23 | 234 | 122 | 54 |
| Binary | 10100 | 11001110 | 10000011 | 1011010 | 0 | 100100 | 10011 | 10011100 | 1010010 | 101100 |
Color Harmonies of #14CE83
Complementary color
Monochromatic Colors of #14CE83
Black with #14CE83
Text Example
Text Example
White with #14CE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE83; }
p { color: rgb(20,206,131); }
H1.HeaderClassName
{
color: #14CE83;
}
.AnyTagClassName
{
color: #14CE83;
}
</style>
background-color css
<style>
a { background-color: #14CE83; }
a { background-color: rgb(20,206,131); }
div.DivClassName
{
background-color: #14CE83;
}
.BgClassName
{
background-color: #14CE83;
}
</style>
border-color css
<style>
span { border-color: #14CE83; }
span { border-color: rgb(20,206,131); }
td.TdClassName
{
border-color: #14CE83;
}
.TagClassName
{
border-color: #14CE83;
}
</style>