Shades of Mountain Meadow #12BD72
Tints of Mountain Meadow #12BD72
RGB
CMYK
RGB Variations
Color information
#12BD72 (or 0x12BD72) is known color: Mountain Meadow. HEX triplet: 12, BD and 72. RGB value is (18,189,114). Sum of RGB (Red+Green+Blue) = 18+189+114=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD72 is #ED428D. Grayscale: #818181. Windows color (decimal): -15549070 or 7519506. OLE color: 7519506.
HSL color Cylindrical-coordinate representation of color #12BD72: hue angle of 153.68º 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 #12BD72 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 114 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.26 |
| HSL | 153.68º | 0.83% | 0.41% | - |
| HSV(B) | 153.68º | 0.9% | 0.74% | - |
| XYZ | 21.48 | 37.74 | 22.07 | - |
| YUV | 129.32 | 119.35 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 114 | 0.90 | 0 | 0.40 | 0.26 | 153.68 | 0.83 | 0.41 |
| Hex | 12 | BD | 72 | 5A | 0 | 28 | 1A | 9A | 53 | 29 |
| Octal | 22 | 275 | 162 | 132 | 0 | 50 | 32 | 232 | 123 | 51 |
| Binary | 10010 | 10111101 | 1110010 | 1011010 | 0 | 101000 | 11010 | 10011010 | 1010011 | 101001 |
Color Harmonies of #12BD72
Complementary color
Monochromatic Colors of #12BD72
Black with #12BD72
Text Example
Text Example
White with #12BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD72; }
p { color: rgb(18,189,114); }
H1.HeaderClassName
{
color: #12BD72;
}
.AnyTagClassName
{
color: #12BD72;
}
</style>
background-color css
<style>
a { background-color: #12BD72; }
a { background-color: rgb(18,189,114); }
div.DivClassName
{
background-color: #12BD72;
}
.BgClassName
{
background-color: #12BD72;
}
</style>
border-color css
<style>
span { border-color: #12BD72; }
span { border-color: rgb(18,189,114); }
td.TdClassName
{
border-color: #12BD72;
}
.TagClassName
{
border-color: #12BD72;
}
</style>