Shades of Mountain Meadow #12BC83
Tints of Mountain Meadow #12BC83
RGB
CMYK
RGB Variations
Color information
#12BC83 (or 0x12BC83) is known color: Mountain Meadow. HEX triplet: 12, BC and 83. RGB value is (18,188,131). Sum of RGB (Red+Green+Blue) = 18+188+131=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC83 is #ED437C. Grayscale: #828282. Windows color (decimal): -15549309 or 8633362. OLE color: 8633362.
HSL color Cylindrical-coordinate representation of color #12BC83: hue angle of 159.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC83 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 131 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.26 |
| HSL | 159.88º | 0.83% | 0.4% | - |
| HSV(B) | 159.88º | 0.9% | 0.74% | - |
| XYZ | 22.33 | 37.73 | 27.58 | - |
| YUV | 130.67 | 128.18 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 131 | 0.90 | 0 | 0.30 | 0.26 | 159.88 | 0.83 | 0.4 |
| Hex | 12 | BC | 83 | 5A | 0 | 1E | 1A | A0 | 53 | 28 |
| Octal | 22 | 274 | 203 | 132 | 0 | 36 | 32 | 240 | 123 | 50 |
| Binary | 10010 | 10111100 | 10000011 | 1011010 | 0 | 11110 | 11010 | 10100000 | 1010011 | 101000 |
Color Harmonies of #12BC83
Complementary color
Monochromatic Colors of #12BC83
Black with #12BC83
Text Example
Text Example
White with #12BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC83; }
p { color: rgb(18,188,131); }
H1.HeaderClassName
{
color: #12BC83;
}
.AnyTagClassName
{
color: #12BC83;
}
</style>
background-color css
<style>
a { background-color: #12BC83; }
a { background-color: rgb(18,188,131); }
div.DivClassName
{
background-color: #12BC83;
}
.BgClassName
{
background-color: #12BC83;
}
</style>
border-color css
<style>
span { border-color: #12BC83; }
span { border-color: rgb(18,188,131); }
td.TdClassName
{
border-color: #12BC83;
}
.TagClassName
{
border-color: #12BC83;
}
</style>