Shades of Mountain Meadow #12C279
Tints of Mountain Meadow #12C279
RGB
CMYK
RGB Variations
Color information
#12C279 (or 0x12C279) is known color: Mountain Meadow. HEX triplet: 12, C2 and 79. RGB value is (18,194,121). Sum of RGB (Red+Green+Blue) = 18+194+121=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #12C279 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C279 is #ED3D86. Grayscale: #858585. Windows color (decimal): -15547783 or 7979538. OLE color: 7979538.
HSL color Cylindrical-coordinate representation of color #12C279: hue angle of 155.11º 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 #12C279 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 121 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.24 |
| HSL | 155.11º | 0.83% | 0.42% | - |
| HSV(B) | 155.11º | 0.91% | 0.76% | - |
| XYZ | 22.99 | 40.09 | 24.62 | - |
| YUV | 133.05 | 121.19 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 121 | 0.91 | 0 | 0.38 | 0.24 | 155.11 | 0.83 | 0.42 |
| Hex | 12 | C2 | 79 | 5B | 0 | 26 | 18 | 9B | 53 | 2A |
| Octal | 22 | 302 | 171 | 133 | 0 | 46 | 30 | 233 | 123 | 52 |
| Binary | 10010 | 11000010 | 1111001 | 1011011 | 0 | 100110 | 11000 | 10011011 | 1010011 | 101010 |
Color Harmonies of #12C279
Complementary color
Monochromatic Colors of #12C279
Black with #12C279
Text Example
Text Example
White with #12C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C279; }
p { color: rgb(18,194,121); }
H1.HeaderClassName
{
color: #12C279;
}
.AnyTagClassName
{
color: #12C279;
}
</style>
background-color css
<style>
a { background-color: #12C279; }
a { background-color: rgb(18,194,121); }
div.DivClassName
{
background-color: #12C279;
}
.BgClassName
{
background-color: #12C279;
}
</style>
border-color css
<style>
span { border-color: #12C279; }
span { border-color: rgb(18,194,121); }
td.TdClassName
{
border-color: #12C279;
}
.TagClassName
{
border-color: #12C279;
}
</style>