Shades of Mountain Meadow #19D07B
Tints of Mountain Meadow #19D07B
RGB
CMYK
RGB Variations
Color information
#19D07B (or 0x19D07B) is known color: Mountain Meadow. HEX triplet: 19, D0 and 7B. RGB value is (25,208,123). Sum of RGB (Red+Green+Blue) = 25+208+123=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #19D07B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19D07B is #E62F84. Grayscale: #8F8F8F. Windows color (decimal): -15085445 or 8114201. OLE color: 8114201.
HSL color Cylindrical-coordinate representation of color #19D07B: hue angle of 152.13º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D07B is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 123 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.18 |
| HSL | 152.13º | 0.79% | 0.46% | - |
| HSV(B) | 152.13º | 0.88% | 0.82% | - |
| XYZ | 26.53 | 46.75 | 26.36 | - |
| YUV | 143.59 | 116.37 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 123 | 0.88 | 0 | 0.41 | 0.18 | 152.13 | 0.79 | 0.46 |
| Hex | 19 | D0 | 7B | 58 | 0 | 29 | 12 | 98 | 4F | 2E |
| Octal | 31 | 320 | 173 | 130 | 0 | 51 | 22 | 230 | 117 | 56 |
| Binary | 11001 | 11010000 | 1111011 | 1011000 | 0 | 101001 | 10010 | 10011000 | 1001111 | 101110 |
Color Harmonies of #19D07B
Complementary color
Monochromatic Colors of #19D07B
Black with #19D07B
Text Example
Text Example
White with #19D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D07B; }
p { color: rgb(25,208,123); }
H1.HeaderClassName
{
color: #19D07B;
}
.AnyTagClassName
{
color: #19D07B;
}
</style>
background-color css
<style>
a { background-color: #19D07B; }
a { background-color: rgb(25,208,123); }
div.DivClassName
{
background-color: #19D07B;
}
.BgClassName
{
background-color: #19D07B;
}
</style>
border-color css
<style>
span { border-color: #19D07B; }
span { border-color: rgb(25,208,123); }
td.TdClassName
{
border-color: #19D07B;
}
.TagClassName
{
border-color: #19D07B;
}
</style>