Shades of Mountain Meadow #12BF89
Tints of Mountain Meadow #12BF89
RGB
CMYK
RGB Variations
Color information
#12BF89 (or 0x12BF89) is known color: Mountain Meadow. HEX triplet: 12, BF and 89. RGB value is (18,191,137). Sum of RGB (Red+Green+Blue) = 18+191+137=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BF89 is #ED4076. Grayscale: #858585. Windows color (decimal): -15548535 or 9027346. OLE color: 9027346.
HSL color Cylindrical-coordinate representation of color #12BF89: hue angle of 161.27º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF89 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 137 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.25 |
| HSL | 161.27º | 0.83% | 0.41% | - |
| HSV(B) | 161.27º | 0.91% | 0.75% | - |
| XYZ | 23.4 | 39.2 | 30 | - |
| YUV | 133.12 | 130.19 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 137 | 0.91 | 0 | 0.28 | 0.25 | 161.27 | 0.83 | 0.41 |
| Hex | 12 | BF | 89 | 5B | 0 | 1C | 19 | A1 | 53 | 29 |
| Octal | 22 | 277 | 211 | 133 | 0 | 34 | 31 | 241 | 123 | 51 |
| Binary | 10010 | 10111111 | 10001001 | 1011011 | 0 | 11100 | 11001 | 10100001 | 1010011 | 101001 |
Color Harmonies of #12BF89
Complementary color
Monochromatic Colors of #12BF89
Black with #12BF89
Text Example
Text Example
White with #12BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF89; }
p { color: rgb(18,191,137); }
H1.HeaderClassName
{
color: #12BF89;
}
.AnyTagClassName
{
color: #12BF89;
}
</style>
background-color css
<style>
a { background-color: #12BF89; }
a { background-color: rgb(18,191,137); }
div.DivClassName
{
background-color: #12BF89;
}
.BgClassName
{
background-color: #12BF89;
}
</style>
border-color css
<style>
span { border-color: #12BF89; }
span { border-color: rgb(18,191,137); }
td.TdClassName
{
border-color: #12BF89;
}
.TagClassName
{
border-color: #12BF89;
}
</style>