Shades of Mountain Meadow #13C092
Tints of Mountain Meadow #13C092
RGB
CMYK
RGB Variations
Color information
#13C092 (or 0x13C092) is known color: Mountain Meadow. HEX triplet: 13, C0 and 92. RGB value is (19,192,146). Sum of RGB (Red+Green+Blue) = 19+192+146=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #13C092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C092 is #EC3F6D. Grayscale: #878787. Windows color (decimal): -15482734 or 9617427. OLE color: 9617427.
HSL color Cylindrical-coordinate representation of color #13C092: hue angle of 164.05º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C092 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 146 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.25 |
| HSL | 164.05º | 0.82% | 0.41% | - |
| HSV(B) | 164.05º | 0.9% | 0.75% | - |
| XYZ | 24.31 | 39.91 | 33.62 | - |
| YUV | 135.03 | 134.19 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 146 | 0.90 | 0 | 0.24 | 0.25 | 164.05 | 0.82 | 0.41 |
| Hex | 13 | C0 | 92 | 5A | 0 | 18 | 19 | A4 | 52 | 29 |
| Octal | 23 | 300 | 222 | 132 | 0 | 30 | 31 | 244 | 122 | 51 |
| Binary | 10011 | 11000000 | 10010010 | 1011010 | 0 | 11000 | 11001 | 10100100 | 1010010 | 101001 |
Color Harmonies of #13C092
Complementary color
Monochromatic Colors of #13C092
Black with #13C092
Text Example
Text Example
White with #13C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C092; }
p { color: rgb(19,192,146); }
H1.HeaderClassName
{
color: #13C092;
}
.AnyTagClassName
{
color: #13C092;
}
</style>
background-color css
<style>
a { background-color: #13C092; }
a { background-color: rgb(19,192,146); }
div.DivClassName
{
background-color: #13C092;
}
.BgClassName
{
background-color: #13C092;
}
</style>
border-color css
<style>
span { border-color: #13C092; }
span { border-color: rgb(19,192,146); }
td.TdClassName
{
border-color: #13C092;
}
.TagClassName
{
border-color: #13C092;
}
</style>