Shades of Mountain Meadow #19CE8B
Tints of Mountain Meadow #19CE8B
RGB
CMYK
RGB Variations
Color information
#19CE8B (or 0x19CE8B) is known color: Mountain Meadow. HEX triplet: 19, CE and 8B. RGB value is (25,206,139). Sum of RGB (Red+Green+Blue) = 25+206+139=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #19CE8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CE8B is #E63174. Grayscale: #909090. Windows color (decimal): -15085941 or 9162265. OLE color: 9162265.
HSL color Cylindrical-coordinate representation of color #19CE8B: hue angle of 157.79º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CE8B is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 206 | 139 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.19 |
| HSL | 157.79º | 0.78% | 0.45% | - |
| HSV(B) | 157.79º | 0.88% | 0.81% | - |
| XYZ | 27.13 | 46.21 | 31.92 | - |
| YUV | 144.24 | 125.03 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 139 | 0.88 | 0 | 0.33 | 0.19 | 157.79 | 0.78 | 0.45 |
| Hex | 19 | CE | 8B | 58 | 0 | 21 | 13 | 9E | 4E | 2D |
| Octal | 31 | 316 | 213 | 130 | 0 | 41 | 23 | 236 | 116 | 55 |
| Binary | 11001 | 11001110 | 10001011 | 1011000 | 0 | 100001 | 10011 | 10011110 | 1001110 | 101101 |
Color Harmonies of #19CE8B
Complementary color
Monochromatic Colors of #19CE8B
Black with #19CE8B
Text Example
Text Example
White with #19CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CE8B; }
p { color: rgb(25,206,139); }
H1.HeaderClassName
{
color: #19CE8B;
}
.AnyTagClassName
{
color: #19CE8B;
}
</style>
background-color css
<style>
a { background-color: #19CE8B; }
a { background-color: rgb(25,206,139); }
div.DivClassName
{
background-color: #19CE8B;
}
.BgClassName
{
background-color: #19CE8B;
}
</style>
border-color css
<style>
span { border-color: #19CE8B; }
span { border-color: rgb(25,206,139); }
td.TdClassName
{
border-color: #19CE8B;
}
.TagClassName
{
border-color: #19CE8B;
}
</style>