Shades of Mountain Meadow #13C083
Tints of Mountain Meadow #13C083
RGB
CMYK
RGB Variations
Color information
#13C083 (or 0x13C083) is known color: Mountain Meadow. HEX triplet: 13, C0 and 83. RGB value is (19,192,131). Sum of RGB (Red+Green+Blue) = 19+192+131=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #13C083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C083 is #EC3F7C. Grayscale: #858585. Windows color (decimal): -15482749 or 8634387. OLE color: 8634387.
HSL color Cylindrical-coordinate representation of color #13C083: hue angle of 158.84º 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 #13C083 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 131 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.25 |
| HSL | 158.84º | 0.82% | 0.41% | - |
| HSV(B) | 158.84º | 0.9% | 0.75% | - |
| XYZ | 23.21 | 39.48 | 27.87 | - |
| YUV | 133.32 | 126.69 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 131 | 0.90 | 0 | 0.32 | 0.25 | 158.84 | 0.82 | 0.41 |
| Hex | 13 | C0 | 83 | 5A | 0 | 20 | 19 | 9F | 52 | 29 |
| Octal | 23 | 300 | 203 | 132 | 0 | 40 | 31 | 237 | 122 | 51 |
| Binary | 10011 | 11000000 | 10000011 | 1011010 | 0 | 100000 | 11001 | 10011111 | 1010010 | 101001 |
Color Harmonies of #13C083
Complementary color
Monochromatic Colors of #13C083
Black with #13C083
Text Example
Text Example
White with #13C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C083; }
p { color: rgb(19,192,131); }
H1.HeaderClassName
{
color: #13C083;
}
.AnyTagClassName
{
color: #13C083;
}
</style>
background-color css
<style>
a { background-color: #13C083; }
a { background-color: rgb(19,192,131); }
div.DivClassName
{
background-color: #13C083;
}
.BgClassName
{
background-color: #13C083;
}
</style>
border-color css
<style>
span { border-color: #13C083; }
span { border-color: rgb(19,192,131); }
td.TdClassName
{
border-color: #13C083;
}
.TagClassName
{
border-color: #13C083;
}
</style>