Shades of Mountain Meadow #12B875
Tints of Mountain Meadow #12B875
RGB
CMYK
RGB Variations
Color information
#12B875 (or 0x12B875) is known color: Mountain Meadow. HEX triplet: 12, B8 and 75. RGB value is (18,184,117). Sum of RGB (Red+Green+Blue) = 18+184+117=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #12B875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B875 is #ED478A. Grayscale: #7E7E7E. Windows color (decimal): -15550347 or 7714834. OLE color: 7714834.
HSL color Cylindrical-coordinate representation of color #12B875: hue angle of 155.78º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B875 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 184 | 117 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.28 |
| HSL | 155.78º | 0.82% | 0.4% | - |
| HSV(B) | 155.78º | 0.9% | 0.72% | - |
| XYZ | 20.6 | 35.69 | 22.63 | - |
| YUV | 126.73 | 122.5 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 117 | 0.90 | 0 | 0.36 | 0.28 | 155.78 | 0.82 | 0.4 |
| Hex | 12 | B8 | 75 | 5A | 0 | 24 | 1C | 9C | 52 | 28 |
| Octal | 22 | 270 | 165 | 132 | 0 | 44 | 34 | 234 | 122 | 50 |
| Binary | 10010 | 10111000 | 1110101 | 1011010 | 0 | 100100 | 11100 | 10011100 | 1010010 | 101000 |
Color Harmonies of #12B875
Complementary color
Monochromatic Colors of #12B875
Black with #12B875
Text Example
Text Example
White with #12B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B875; }
p { color: rgb(18,184,117); }
H1.HeaderClassName
{
color: #12B875;
}
.AnyTagClassName
{
color: #12B875;
}
</style>
background-color css
<style>
a { background-color: #12B875; }
a { background-color: rgb(18,184,117); }
div.DivClassName
{
background-color: #12B875;
}
.BgClassName
{
background-color: #12B875;
}
</style>
border-color css
<style>
span { border-color: #12B875; }
span { border-color: rgb(18,184,117); }
td.TdClassName
{
border-color: #12B875;
}
.TagClassName
{
border-color: #12B875;
}
</style>