Shades of Mountain Meadow #12D37B
Tints of Mountain Meadow #12D37B
RGB
CMYK
RGB Variations
Color information
#12D37B (or 0x12D37B) is known color: Mountain Meadow. HEX triplet: 12, D3 and 7B. RGB value is (18,211,123). Sum of RGB (Red+Green+Blue) = 18+211+123=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #12D37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D37B is #ED2C84. Grayscale: #8F8F8F. Windows color (decimal): -15543429 or 8114962. OLE color: 8114962.
HSL color Cylindrical-coordinate representation of color #12D37B: hue angle of 152.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D37B is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 123 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.17 |
| HSL | 152.64º | 0.84% | 0.45% | - |
| HSV(B) | 152.64º | 0.91% | 0.83% | - |
| XYZ | 27.12 | 48.15 | 26.6 | - |
| YUV | 143.26 | 116.56 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 123 | 0.91 | 0 | 0.42 | 0.17 | 152.64 | 0.84 | 0.45 |
| Hex | 12 | D3 | 7B | 5B | 0 | 2A | 11 | 99 | 54 | 2D |
| Octal | 22 | 323 | 173 | 133 | 0 | 52 | 21 | 231 | 124 | 55 |
| Binary | 10010 | 11010011 | 1111011 | 1011011 | 0 | 101010 | 10001 | 10011001 | 1010100 | 101101 |
Color Harmonies of #12D37B
Complementary color
Monochromatic Colors of #12D37B
Black with #12D37B
Text Example
Text Example
White with #12D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D37B; }
p { color: rgb(18,211,123); }
H1.HeaderClassName
{
color: #12D37B;
}
.AnyTagClassName
{
color: #12D37B;
}
</style>
background-color css
<style>
a { background-color: #12D37B; }
a { background-color: rgb(18,211,123); }
div.DivClassName
{
background-color: #12D37B;
}
.BgClassName
{
background-color: #12D37B;
}
</style>
border-color css
<style>
span { border-color: #12D37B; }
span { border-color: rgb(18,211,123); }
td.TdClassName
{
border-color: #12D37B;
}
.TagClassName
{
border-color: #12D37B;
}
</style>