Shades of Mountain Meadow #12B58B
Tints of Mountain Meadow #12B58B
RGB
CMYK
RGB Variations
Color information
#12B58B (or 0x12B58B) is known color: Mountain Meadow. HEX triplet: 12, B5 and 8B. RGB value is (18,181,139). Sum of RGB (Red+Green+Blue) = 18+181+139=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #12B58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B58B is #ED4A74. Grayscale: #7F7F7F. Windows color (decimal): -15551093 or 9155858. OLE color: 9155858.
HSL color Cylindrical-coordinate representation of color #12B58B: hue angle of 164.54º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B58B is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 139 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.29 |
| HSL | 164.54º | 0.82% | 0.39% | - |
| HSV(B) | 164.54º | 0.9% | 0.71% | - |
| XYZ | 21.43 | 35.04 | 30.06 | - |
| YUV | 127.48 | 134.5 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 139 | 0.90 | 0 | 0.23 | 0.29 | 164.54 | 0.82 | 0.39 |
| Hex | 12 | B5 | 8B | 5A | 0 | 17 | 1D | A5 | 52 | 27 |
| Octal | 22 | 265 | 213 | 132 | 0 | 27 | 35 | 245 | 122 | 47 |
| Binary | 10010 | 10110101 | 10001011 | 1011010 | 0 | 10111 | 11101 | 10100101 | 1010010 | 100111 |
Color Harmonies of #12B58B
Complementary color
Monochromatic Colors of #12B58B
Black with #12B58B
Text Example
Text Example
White with #12B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B58B; }
p { color: rgb(18,181,139); }
H1.HeaderClassName
{
color: #12B58B;
}
.AnyTagClassName
{
color: #12B58B;
}
</style>
background-color css
<style>
a { background-color: #12B58B; }
a { background-color: rgb(18,181,139); }
div.DivClassName
{
background-color: #12B58B;
}
.BgClassName
{
background-color: #12B58B;
}
</style>
border-color css
<style>
span { border-color: #12B58B; }
span { border-color: rgb(18,181,139); }
td.TdClassName
{
border-color: #12B58B;
}
.TagClassName
{
border-color: #12B58B;
}
</style>