Shades of Mountain Meadow #19CD8C
Tints of Mountain Meadow #19CD8C
RGB
CMYK
RGB Variations
Color information
#19CD8C (or 0x19CD8C) is known color: Mountain Meadow. HEX triplet: 19, CD and 8C. RGB value is (25,205,140). Sum of RGB (Red+Green+Blue) = 25+205+140=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #19CD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CD8C is #E63273. Grayscale: #8F8F8F. Windows color (decimal): -15086196 or 9227545. OLE color: 9227545.
HSL color Cylindrical-coordinate representation of color #19CD8C: hue angle of 158.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CD8C is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 205 | 140 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.20 |
| HSL | 158.33º | 0.78% | 0.45% | - |
| HSV(B) | 158.33º | 0.88% | 0.8% | - |
| XYZ | 26.97 | 45.76 | 32.22 | - |
| YUV | 143.77 | 125.87 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 140 | 0.88 | 0 | 0.32 | 0.20 | 158.33 | 0.78 | 0.45 |
| Hex | 19 | CD | 8C | 58 | 0 | 20 | 14 | 9E | 4E | 2D |
| Octal | 31 | 315 | 214 | 130 | 0 | 40 | 24 | 236 | 116 | 55 |
| Binary | 11001 | 11001101 | 10001100 | 1011000 | 0 | 100000 | 10100 | 10011110 | 1001110 | 101101 |
Color Harmonies of #19CD8C
Complementary color
Monochromatic Colors of #19CD8C
Black with #19CD8C
Text Example
Text Example
White with #19CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CD8C; }
p { color: rgb(25,205,140); }
H1.HeaderClassName
{
color: #19CD8C;
}
.AnyTagClassName
{
color: #19CD8C;
}
</style>
background-color css
<style>
a { background-color: #19CD8C; }
a { background-color: rgb(25,205,140); }
div.DivClassName
{
background-color: #19CD8C;
}
.BgClassName
{
background-color: #19CD8C;
}
</style>
border-color css
<style>
span { border-color: #19CD8C; }
span { border-color: rgb(25,205,140); }
td.TdClassName
{
border-color: #19CD8C;
}
.TagClassName
{
border-color: #19CD8C;
}
</style>