Shades of Mountain Meadow #12BD91
Tints of Mountain Meadow #12BD91
RGB
CMYK
RGB Variations
Color information
#12BD91 (or 0x12BD91) is known color: Mountain Meadow. HEX triplet: 12, BD and 91. RGB value is (18,189,145). Sum of RGB (Red+Green+Blue) = 18+189+145=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BD91 is #ED426E. Grayscale: #848484. Windows color (decimal): -15549039 or 9551122. OLE color: 9551122.
HSL color Cylindrical-coordinate representation of color #12BD91: hue angle of 164.56º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD91 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 145 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.26 |
| HSL | 164.56º | 0.83% | 0.41% | - |
| HSV(B) | 164.56º | 0.9% | 0.74% | - |
| XYZ | 23.56 | 38.57 | 32.99 | - |
| YUV | 132.86 | 134.85 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 145 | 0.90 | 0 | 0.23 | 0.26 | 164.56 | 0.83 | 0.41 |
| Hex | 12 | BD | 91 | 5A | 0 | 17 | 1A | A5 | 53 | 29 |
| Octal | 22 | 275 | 221 | 132 | 0 | 27 | 32 | 245 | 123 | 51 |
| Binary | 10010 | 10111101 | 10010001 | 1011010 | 0 | 10111 | 11010 | 10100101 | 1010011 | 101001 |
Color Harmonies of #12BD91
Complementary color
Monochromatic Colors of #12BD91
Black with #12BD91
Text Example
Text Example
White with #12BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD91; }
p { color: rgb(18,189,145); }
H1.HeaderClassName
{
color: #12BD91;
}
.AnyTagClassName
{
color: #12BD91;
}
</style>
background-color css
<style>
a { background-color: #12BD91; }
a { background-color: rgb(18,189,145); }
div.DivClassName
{
background-color: #12BD91;
}
.BgClassName
{
background-color: #12BD91;
}
</style>
border-color css
<style>
span { border-color: #12BD91; }
span { border-color: rgb(18,189,145); }
td.TdClassName
{
border-color: #12BD91;
}
.TagClassName
{
border-color: #12BD91;
}
</style>