Shades of Mountain Meadow #12BD73
Tints of Mountain Meadow #12BD73
RGB
CMYK
RGB Variations
Color information
#12BD73 (or 0x12BD73) is known color: Mountain Meadow. HEX triplet: 12, BD and 73. RGB value is (18,189,115). Sum of RGB (Red+Green+Blue) = 18+189+115=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD73 is #ED428C. Grayscale: #818181. Windows color (decimal): -15549069 or 7585042. OLE color: 7585042.
HSL color Cylindrical-coordinate representation of color #12BD73: hue angle of 154.04º 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 #12BD73 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 115 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.26 |
| HSL | 154.04º | 0.83% | 0.41% | - |
| HSV(B) | 154.04º | 0.9% | 0.74% | - |
| XYZ | 21.54 | 37.76 | 22.37 | - |
| YUV | 129.44 | 119.85 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 115 | 0.90 | 0 | 0.39 | 0.26 | 154.04 | 0.83 | 0.41 |
| Hex | 12 | BD | 73 | 5A | 0 | 27 | 1A | 9A | 53 | 29 |
| Octal | 22 | 275 | 163 | 132 | 0 | 47 | 32 | 232 | 123 | 51 |
| Binary | 10010 | 10111101 | 1110011 | 1011010 | 0 | 100111 | 11010 | 10011010 | 1010011 | 101001 |
Color Harmonies of #12BD73
Complementary color
Monochromatic Colors of #12BD73
Black with #12BD73
Text Example
Text Example
White with #12BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD73; }
p { color: rgb(18,189,115); }
H1.HeaderClassName
{
color: #12BD73;
}
.AnyTagClassName
{
color: #12BD73;
}
</style>
background-color css
<style>
a { background-color: #12BD73; }
a { background-color: rgb(18,189,115); }
div.DivClassName
{
background-color: #12BD73;
}
.BgClassName
{
background-color: #12BD73;
}
</style>
border-color css
<style>
span { border-color: #12BD73; }
span { border-color: rgb(18,189,115); }
td.TdClassName
{
border-color: #12BD73;
}
.TagClassName
{
border-color: #12BD73;
}
</style>