Shades of Mountain Meadow #19BF93
Tints of Mountain Meadow #19BF93
RGB
CMYK
RGB Variations
Color information
#19BF93 (or 0x19BF93) is known color: Mountain Meadow. HEX triplet: 19, BF and 93. RGB value is (25,191,147). Sum of RGB (Red+Green+Blue) = 25+191+147=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BF93 is #E6406C. Grayscale: #888888. Windows color (decimal): -15089773 or 9682713. OLE color: 9682713.
HSL color Cylindrical-coordinate representation of color #19BF93: hue angle of 164.1º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BF93 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 147 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.25 |
| HSL | 164.1º | 0.77% | 0.42% | - |
| HSV(B) | 164.1º | 0.87% | 0.75% | - |
| XYZ | 24.3 | 39.57 | 33.96 | - |
| YUV | 136.35 | 134 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 147 | 0.87 | 0 | 0.23 | 0.25 | 164.1 | 0.77 | 0.42 |
| Hex | 19 | BF | 93 | 57 | 0 | 17 | 19 | A4 | 4D | 2A |
| Octal | 31 | 277 | 223 | 127 | 0 | 27 | 31 | 244 | 115 | 52 |
| Binary | 11001 | 10111111 | 10010011 | 1010111 | 0 | 10111 | 11001 | 10100100 | 1001101 | 101010 |
Color Harmonies of #19BF93
Complementary color
Monochromatic Colors of #19BF93
Black with #19BF93
Text Example
Text Example
White with #19BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BF93; }
p { color: rgb(25,191,147); }
H1.HeaderClassName
{
color: #19BF93;
}
.AnyTagClassName
{
color: #19BF93;
}
</style>
background-color css
<style>
a { background-color: #19BF93; }
a { background-color: rgb(25,191,147); }
div.DivClassName
{
background-color: #19BF93;
}
.BgClassName
{
background-color: #19BF93;
}
</style>
border-color css
<style>
span { border-color: #19BF93; }
span { border-color: rgb(25,191,147); }
td.TdClassName
{
border-color: #19BF93;
}
.TagClassName
{
border-color: #19BF93;
}
</style>