Shades of Mountain Meadow #12BB92
Tints of Mountain Meadow #12BB92
RGB
CMYK
RGB Variations
Color information
#12BB92 (or 0x12BB92) is known color: Mountain Meadow. HEX triplet: 12, BB and 92. RGB value is (18,187,146). Sum of RGB (Red+Green+Blue) = 18+187+146=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BB92 is #ED446D. Grayscale: #838383. Windows color (decimal): -15549550 or 9616146. OLE color: 9616146.
HSL color Cylindrical-coordinate representation of color #12BB92: hue angle of 165.44º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BB92 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 187 | 146 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.27 |
| HSL | 165.44º | 0.82% | 0.4% | - |
| HSV(B) | 165.44º | 0.9% | 0.73% | - |
| XYZ | 23.21 | 37.74 | 33.26 | - |
| YUV | 131.8 | 136.01 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 146 | 0.90 | 0 | 0.22 | 0.27 | 165.44 | 0.82 | 0.4 |
| Hex | 12 | BB | 92 | 5A | 0 | 16 | 1B | A5 | 52 | 28 |
| Octal | 22 | 273 | 222 | 132 | 0 | 26 | 33 | 245 | 122 | 50 |
| Binary | 10010 | 10111011 | 10010010 | 1011010 | 0 | 10110 | 11011 | 10100101 | 1010010 | 101000 |
Color Harmonies of #12BB92
Complementary color
Monochromatic Colors of #12BB92
Black with #12BB92
Text Example
Text Example
White with #12BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BB92; }
p { color: rgb(18,187,146); }
H1.HeaderClassName
{
color: #12BB92;
}
.AnyTagClassName
{
color: #12BB92;
}
</style>
background-color css
<style>
a { background-color: #12BB92; }
a { background-color: rgb(18,187,146); }
div.DivClassName
{
background-color: #12BB92;
}
.BgClassName
{
background-color: #12BB92;
}
</style>
border-color css
<style>
span { border-color: #12BB92; }
span { border-color: rgb(18,187,146); }
td.TdClassName
{
border-color: #12BB92;
}
.TagClassName
{
border-color: #12BB92;
}
</style>