Shades of Mountain Meadow #15CB8A
Tints of Mountain Meadow #15CB8A
RGB
CMYK
RGB Variations
Color information
#15CB8A (or 0x15CB8A) is known color: Mountain Meadow. HEX triplet: 15, CB and 8A. RGB value is (21,203,138). Sum of RGB (Red+Green+Blue) = 21+203+138=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CB8A is #EA3475. Grayscale: #8D8D8D. Windows color (decimal): -15348854 or 9095957. OLE color: 9095957.
HSL color Cylindrical-coordinate representation of color #15CB8A: hue angle of 158.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CB8A is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 138 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.20 |
| HSL | 158.57º | 0.81% | 0.44% | - |
| HSV(B) | 158.57º | 0.9% | 0.8% | - |
| XYZ | 26.25 | 44.71 | 31.29 | - |
| YUV | 141.17 | 126.2 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 138 | 0.90 | 0 | 0.32 | 0.20 | 158.57 | 0.81 | 0.44 |
| Hex | 15 | CB | 8A | 5A | 0 | 20 | 14 | 9F | 51 | 2C |
| Octal | 25 | 313 | 212 | 132 | 0 | 40 | 24 | 237 | 121 | 54 |
| Binary | 10101 | 11001011 | 10001010 | 1011010 | 0 | 100000 | 10100 | 10011111 | 1010001 | 101100 |
Color Harmonies of #15CB8A
Complementary color
Monochromatic Colors of #15CB8A
Black with #15CB8A
Text Example
Text Example
White with #15CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB8A; }
p { color: rgb(21,203,138); }
H1.HeaderClassName
{
color: #15CB8A;
}
.AnyTagClassName
{
color: #15CB8A;
}
</style>
background-color css
<style>
a { background-color: #15CB8A; }
a { background-color: rgb(21,203,138); }
div.DivClassName
{
background-color: #15CB8A;
}
.BgClassName
{
background-color: #15CB8A;
}
</style>
border-color css
<style>
span { border-color: #15CB8A; }
span { border-color: rgb(21,203,138); }
td.TdClassName
{
border-color: #15CB8A;
}
.TagClassName
{
border-color: #15CB8A;
}
</style>