Shades of Mountain Meadow #13CB89
Tints of Mountain Meadow #13CB89
RGB
CMYK
RGB Variations
Color information
#13CB89 (or 0x13CB89) is known color: Mountain Meadow. HEX triplet: 13, CB and 89. RGB value is (19,203,137). Sum of RGB (Red+Green+Blue) = 19+203+137=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB89 is #EC3476. Grayscale: #8C8C8C. Windows color (decimal): -15479927 or 9030419. OLE color: 9030419.
HSL color Cylindrical-coordinate representation of color #13CB89: hue angle of 158.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB89 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 137 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.20 |
| HSL | 158.48º | 0.83% | 0.44% | - |
| HSV(B) | 158.48º | 0.91% | 0.8% | - |
| XYZ | 26.14 | 44.66 | 30.91 | - |
| YUV | 140.46 | 126.04 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 137 | 0.91 | 0 | 0.33 | 0.20 | 158.48 | 0.83 | 0.44 |
| Hex | 13 | CB | 89 | 5B | 0 | 21 | 14 | 9E | 53 | 2C |
| Octal | 23 | 313 | 211 | 133 | 0 | 41 | 24 | 236 | 123 | 54 |
| Binary | 10011 | 11001011 | 10001001 | 1011011 | 0 | 100001 | 10100 | 10011110 | 1010011 | 101100 |
Color Harmonies of #13CB89
Complementary color
Monochromatic Colors of #13CB89
Black with #13CB89
Text Example
Text Example
White with #13CB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB89; }
p { color: rgb(19,203,137); }
H1.HeaderClassName
{
color: #13CB89;
}
.AnyTagClassName
{
color: #13CB89;
}
</style>
background-color css
<style>
a { background-color: #13CB89; }
a { background-color: rgb(19,203,137); }
div.DivClassName
{
background-color: #13CB89;
}
.BgClassName
{
background-color: #13CB89;
}
</style>
border-color css
<style>
span { border-color: #13CB89; }
span { border-color: rgb(19,203,137); }
td.TdClassName
{
border-color: #13CB89;
}
.TagClassName
{
border-color: #13CB89;
}
</style>