Shades of Mountain Meadow #19CB6F
Tints of Mountain Meadow #19CB6F
RGB
CMYK
RGB Variations
Color information
#19CB6F (or 0x19CB6F) is known color: Mountain Meadow. HEX triplet: 19, CB and 6F. RGB value is (25,203,111). Sum of RGB (Red+Green+Blue) = 25+203+111=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19CB6F is #E63490. Grayscale: #8B8B8B. Windows color (decimal): -15086737 or 7326489. OLE color: 7326489.
HSL color Cylindrical-coordinate representation of color #19CB6F: hue angle of 148.99º 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 #19CB6F is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 111 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.20 |
| HSL | 148.99º | 0.78% | 0.45% | - |
| HSV(B) | 148.99º | 0.88% | 0.8% | - |
| XYZ | 24.63 | 44.07 | 22.25 | - |
| YUV | 139.29 | 112.03 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 111 | 0.88 | 0 | 0.45 | 0.20 | 148.99 | 0.78 | 0.45 |
| Hex | 19 | CB | 6F | 58 | 0 | 2D | 14 | 95 | 4E | 2D |
| Octal | 31 | 313 | 157 | 130 | 0 | 55 | 24 | 225 | 116 | 55 |
| Binary | 11001 | 11001011 | 1101111 | 1011000 | 0 | 101101 | 10100 | 10010101 | 1001110 | 101101 |
Color Harmonies of #19CB6F
Complementary color
Monochromatic Colors of #19CB6F
Black with #19CB6F
Text Example
Text Example
White with #19CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB6F; }
p { color: rgb(25,203,111); }
H1.HeaderClassName
{
color: #19CB6F;
}
.AnyTagClassName
{
color: #19CB6F;
}
</style>
background-color css
<style>
a { background-color: #19CB6F; }
a { background-color: rgb(25,203,111); }
div.DivClassName
{
background-color: #19CB6F;
}
.BgClassName
{
background-color: #19CB6F;
}
</style>
border-color css
<style>
span { border-color: #19CB6F; }
span { border-color: rgb(25,203,111); }
td.TdClassName
{
border-color: #19CB6F;
}
.TagClassName
{
border-color: #19CB6F;
}
</style>