Shades of Mountain Meadow #12C090
Tints of Mountain Meadow #12C090
RGB
CMYK
RGB Variations
Color information
#12C090 (or 0x12C090) is known color: Mountain Meadow. HEX triplet: 12, C0 and 90. RGB value is (18,192,144). Sum of RGB (Red+Green+Blue) = 18+192+144=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #12C090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C090 is #ED3F6F. Grayscale: #868686. Windows color (decimal): -15548272 or 9486354. OLE color: 9486354.
HSL color Cylindrical-coordinate representation of color #12C090: hue angle of 163.45º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C090 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 144 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.25 |
| HSL | 163.45º | 0.83% | 0.41% | - |
| HSV(B) | 163.45º | 0.91% | 0.75% | - |
| XYZ | 24.13 | 39.84 | 32.8 | - |
| YUV | 134.5 | 133.35 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 144 | 0.91 | 0 | 0.25 | 0.25 | 163.45 | 0.83 | 0.41 |
| Hex | 12 | C0 | 90 | 5B | 0 | 19 | 19 | A3 | 53 | 29 |
| Octal | 22 | 300 | 220 | 133 | 0 | 31 | 31 | 243 | 123 | 51 |
| Binary | 10010 | 11000000 | 10010000 | 1011011 | 0 | 11001 | 11001 | 10100011 | 1010011 | 101001 |
Color Harmonies of #12C090
Complementary color
Monochromatic Colors of #12C090
Black with #12C090
Text Example
Text Example
White with #12C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C090; }
p { color: rgb(18,192,144); }
H1.HeaderClassName
{
color: #12C090;
}
.AnyTagClassName
{
color: #12C090;
}
</style>
background-color css
<style>
a { background-color: #12C090; }
a { background-color: rgb(18,192,144); }
div.DivClassName
{
background-color: #12C090;
}
.BgClassName
{
background-color: #12C090;
}
</style>
border-color css
<style>
span { border-color: #12C090; }
span { border-color: rgb(18,192,144); }
td.TdClassName
{
border-color: #12C090;
}
.TagClassName
{
border-color: #12C090;
}
</style>