Shades of Mountain Meadow #12C288
Tints of Mountain Meadow #12C288
RGB
CMYK
RGB Variations
Color information
#12C288 (or 0x12C288) is known color: Mountain Meadow. HEX triplet: 12, C2 and 88. RGB value is (18,194,136). Sum of RGB (Red+Green+Blue) = 18+194+136=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #12C288 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C288 is #ED3D77. Grayscale: #868686. Windows color (decimal): -15547768 or 8962578. OLE color: 8962578.
HSL color Cylindrical-coordinate representation of color #12C288: hue angle of 160.23º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C288 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 136 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.24 |
| HSL | 160.23º | 0.83% | 0.42% | - |
| HSV(B) | 160.23º | 0.91% | 0.76% | - |
| XYZ | 23.99 | 40.49 | 29.84 | - |
| YUV | 134.76 | 128.69 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 136 | 0.91 | 0 | 0.30 | 0.24 | 160.23 | 0.83 | 0.42 |
| Hex | 12 | C2 | 88 | 5B | 0 | 1E | 18 | A0 | 53 | 2A |
| Octal | 22 | 302 | 210 | 133 | 0 | 36 | 30 | 240 | 123 | 52 |
| Binary | 10010 | 11000010 | 10001000 | 1011011 | 0 | 11110 | 11000 | 10100000 | 1010011 | 101010 |
Color Harmonies of #12C288
Complementary color
Monochromatic Colors of #12C288
Black with #12C288
Text Example
Text Example
White with #12C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C288; }
p { color: rgb(18,194,136); }
H1.HeaderClassName
{
color: #12C288;
}
.AnyTagClassName
{
color: #12C288;
}
</style>
background-color css
<style>
a { background-color: #12C288; }
a { background-color: rgb(18,194,136); }
div.DivClassName
{
background-color: #12C288;
}
.BgClassName
{
background-color: #12C288;
}
</style>
border-color css
<style>
span { border-color: #12C288; }
span { border-color: rgb(18,194,136); }
td.TdClassName
{
border-color: #12C288;
}
.TagClassName
{
border-color: #12C288;
}
</style>