Shades of Mountain Meadow #15CB70
Tints of Mountain Meadow #15CB70
RGB
CMYK
RGB Variations
Color information
#15CB70 (or 0x15CB70) is known color: Mountain Meadow. HEX triplet: 15, CB and 70. RGB value is (21,203,112). Sum of RGB (Red+Green+Blue) = 21+203+112=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15CB70 is #EA348F. Grayscale: #8A8A8A. Windows color (decimal): -15348880 or 7392021. OLE color: 7392021.
HSL color Cylindrical-coordinate representation of color #15CB70: hue angle of 150º 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 #15CB70 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 112 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.20 |
| HSL | 150º | 0.81% | 0.44% | - |
| HSV(B) | 150º | 0.9% | 0.8% | - |
| XYZ | 24.59 | 44.04 | 22.53 | - |
| YUV | 138.21 | 113.2 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 112 | 0.90 | 0 | 0.45 | 0.20 | 150 | 0.81 | 0.44 |
| Hex | 15 | CB | 70 | 5A | 0 | 2D | 14 | 96 | 51 | 2C |
| Octal | 25 | 313 | 160 | 132 | 0 | 55 | 24 | 226 | 121 | 54 |
| Binary | 10101 | 11001011 | 1110000 | 1011010 | 0 | 101101 | 10100 | 10010110 | 1010001 | 101100 |
Color Harmonies of #15CB70
Complementary color
Monochromatic Colors of #15CB70
Black with #15CB70
Text Example
Text Example
White with #15CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB70; }
p { color: rgb(21,203,112); }
H1.HeaderClassName
{
color: #15CB70;
}
.AnyTagClassName
{
color: #15CB70;
}
</style>
background-color css
<style>
a { background-color: #15CB70; }
a { background-color: rgb(21,203,112); }
div.DivClassName
{
background-color: #15CB70;
}
.BgClassName
{
background-color: #15CB70;
}
</style>
border-color css
<style>
span { border-color: #15CB70; }
span { border-color: rgb(21,203,112); }
td.TdClassName
{
border-color: #15CB70;
}
.TagClassName
{
border-color: #15CB70;
}
</style>