Shades of Mountain Meadow #12B574
Tints of Mountain Meadow #12B574
RGB
CMYK
RGB Variations
Color information
#12B574 (or 0x12B574) is known color: Mountain Meadow. HEX triplet: 12, B5 and 74. RGB value is (18,181,116). Sum of RGB (Red+Green+Blue) = 18+181+116=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #12B574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B574 is #ED4A8B. Grayscale: #7C7C7C. Windows color (decimal): -15551116 or 7648530. OLE color: 7648530.
HSL color Cylindrical-coordinate representation of color #12B574: hue angle of 156.07º 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 #12B574 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 116 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.29 |
| HSL | 156.07º | 0.82% | 0.39% | - |
| HSV(B) | 156.07º | 0.9% | 0.71% | - |
| XYZ | 19.93 | 34.44 | 22.12 | - |
| YUV | 124.85 | 123 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 116 | 0.90 | 0 | 0.36 | 0.29 | 156.07 | 0.82 | 0.39 |
| Hex | 12 | B5 | 74 | 5A | 0 | 24 | 1D | 9C | 52 | 27 |
| Octal | 22 | 265 | 164 | 132 | 0 | 44 | 35 | 234 | 122 | 47 |
| Binary | 10010 | 10110101 | 1110100 | 1011010 | 0 | 100100 | 11101 | 10011100 | 1010010 | 100111 |
Color Harmonies of #12B574
Complementary color
Monochromatic Colors of #12B574
Black with #12B574
Text Example
Text Example
White with #12B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B574; }
p { color: rgb(18,181,116); }
H1.HeaderClassName
{
color: #12B574;
}
.AnyTagClassName
{
color: #12B574;
}
</style>
background-color css
<style>
a { background-color: #12B574; }
a { background-color: rgb(18,181,116); }
div.DivClassName
{
background-color: #12B574;
}
.BgClassName
{
background-color: #12B574;
}
</style>
border-color css
<style>
span { border-color: #12B574; }
span { border-color: rgb(18,181,116); }
td.TdClassName
{
border-color: #12B574;
}
.TagClassName
{
border-color: #12B574;
}
</style>