Shades of Mountain Meadow #12BF7D
Tints of Mountain Meadow #12BF7D
RGB
CMYK
RGB Variations
Color information
#12BF7D (or 0x12BF7D) is known color: Mountain Meadow. HEX triplet: 12, BF and 7D. RGB value is (18,191,125). Sum of RGB (Red+Green+Blue) = 18+191+125=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF7D is #ED4082. Grayscale: #838383. Windows color (decimal): -15548547 or 8240914. OLE color: 8240914.
HSL color Cylindrical-coordinate representation of color #12BF7D: hue angle of 157.11º 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 #12BF7D is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 125 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.25 |
| HSL | 157.11º | 0.83% | 0.41% | - |
| HSV(B) | 157.11º | 0.91% | 0.75% | - |
| XYZ | 22.58 | 38.87 | 25.71 | - |
| YUV | 131.75 | 124.19 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 125 | 0.91 | 0 | 0.35 | 0.25 | 157.11 | 0.83 | 0.41 |
| Hex | 12 | BF | 7D | 5B | 0 | 23 | 19 | 9D | 53 | 29 |
| Octal | 22 | 277 | 175 | 133 | 0 | 43 | 31 | 235 | 123 | 51 |
| Binary | 10010 | 10111111 | 1111101 | 1011011 | 0 | 100011 | 11001 | 10011101 | 1010011 | 101001 |
Color Harmonies of #12BF7D
Complementary color
Monochromatic Colors of #12BF7D
Black with #12BF7D
Text Example
Text Example
White with #12BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF7D; }
p { color: rgb(18,191,125); }
H1.HeaderClassName
{
color: #12BF7D;
}
.AnyTagClassName
{
color: #12BF7D;
}
</style>
background-color css
<style>
a { background-color: #12BF7D; }
a { background-color: rgb(18,191,125); }
div.DivClassName
{
background-color: #12BF7D;
}
.BgClassName
{
background-color: #12BF7D;
}
</style>
border-color css
<style>
span { border-color: #12BF7D; }
span { border-color: rgb(18,191,125); }
td.TdClassName
{
border-color: #12BF7D;
}
.TagClassName
{
border-color: #12BF7D;
}
</style>