Shades of Mountain Meadow #19CC8D
Tints of Mountain Meadow #19CC8D
RGB
CMYK
RGB Variations
Color information
#19CC8D (or 0x19CC8D) is known color: Mountain Meadow. HEX triplet: 19, CC and 8D. RGB value is (25,204,141). Sum of RGB (Red+Green+Blue) = 25+204+141=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CC8D is #E63372. Grayscale: #8F8F8F. Windows color (decimal): -15086451 or 9292825. OLE color: 9292825.
HSL color Cylindrical-coordinate representation of color #19CC8D: hue angle of 158.88º 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 #19CC8D is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 204 | 141 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.2 |
| HSL | 158.88º | 0.78% | 0.45% | - |
| HSV(B) | 158.88º | 0.88% | 0.8% | - |
| XYZ | 26.8 | 45.32 | 32.53 | - |
| YUV | 143.3 | 126.7 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 141 | 0.88 | 0 | 0.31 | 0.2 | 158.88 | 0.78 | 0.45 |
| Hex | 19 | CC | 8D | 58 | 0 | 1F | 14 | 9F | 4E | 2D |
| Octal | 31 | 314 | 215 | 130 | 0 | 37 | 24 | 237 | 116 | 55 |
| Binary | 11001 | 11001100 | 10001101 | 1011000 | 0 | 11111 | 10100 | 10011111 | 1001110 | 101101 |
Color Harmonies of #19CC8D
Complementary color
Monochromatic Colors of #19CC8D
Black with #19CC8D
Text Example
Text Example
White with #19CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CC8D; }
p { color: rgb(25,204,141); }
H1.HeaderClassName
{
color: #19CC8D;
}
.AnyTagClassName
{
color: #19CC8D;
}
</style>
background-color css
<style>
a { background-color: #19CC8D; }
a { background-color: rgb(25,204,141); }
div.DivClassName
{
background-color: #19CC8D;
}
.BgClassName
{
background-color: #19CC8D;
}
</style>
border-color css
<style>
span { border-color: #19CC8D; }
span { border-color: rgb(25,204,141); }
td.TdClassName
{
border-color: #19CC8D;
}
.TagClassName
{
border-color: #19CC8D;
}
</style>