Shades of Mountain Meadow #12B474
Tints of Mountain Meadow #12B474
RGB
CMYK
RGB Variations
Color information
#12B474 (or 0x12B474) is known color: Mountain Meadow. HEX triplet: 12, B4 and 74. RGB value is (18,180,116). Sum of RGB (Red+Green+Blue) = 18+180+116=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #12B474 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B474 is #ED4B8B. Grayscale: #7C7C7C. Windows color (decimal): -15551372 or 7648274. OLE color: 7648274.
HSL color Cylindrical-coordinate representation of color #12B474: hue angle of 156.3º 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 #12B474 is Cyan = 0.9, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 180 | 116 | - |
| CMYK | 0.9 | 0 | 0.36 | 0.29 |
| HSL | 156.3º | 0.82% | 0.39% | - |
| HSV(B) | 156.3º | 0.9% | 0.71% | - |
| XYZ | 19.72 | 34.03 | 22.05 | - |
| YUV | 124.27 | 123.33 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 180 | 116 | 0.9 | 0 | 0.36 | 0.29 | 156.3 | 0.82 | 0.39 |
| Hex | 12 | B4 | 74 | 5A | 0 | 24 | 1D | 9C | 52 | 27 |
| Octal | 22 | 264 | 164 | 132 | 0 | 44 | 35 | 234 | 122 | 47 |
| Binary | 10010 | 10110100 | 1110100 | 1011010 | 0 | 100100 | 11101 | 10011100 | 1010010 | 100111 |
Color Harmonies of #12B474
Complementary color
Monochromatic Colors of #12B474
Black with #12B474
Text Example
Text Example
White with #12B474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B474; }
p { color: rgb(18,180,116); }
H1.HeaderClassName
{
color: #12B474;
}
.AnyTagClassName
{
color: #12B474;
}
</style>
background-color css
<style>
a { background-color: #12B474; }
a { background-color: rgb(18,180,116); }
div.DivClassName
{
background-color: #12B474;
}
.BgClassName
{
background-color: #12B474;
}
</style>
border-color css
<style>
span { border-color: #12B474; }
span { border-color: rgb(18,180,116); }
td.TdClassName
{
border-color: #12B474;
}
.TagClassName
{
border-color: #12B474;
}
</style>