Shades of Mountain Meadow #12C280
Tints of Mountain Meadow #12C280
RGB
CMYK
RGB Variations
Color information
#12C280 (or 0x12C280) is known color: Mountain Meadow. HEX triplet: 12, C2 and 80. RGB value is (18,194,128). Sum of RGB (Red+Green+Blue) = 18+194+128=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #12C280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C280 is #ED3D7F. Grayscale: #858585. Windows color (decimal): -15547776 or 8438290. OLE color: 8438290.
HSL color Cylindrical-coordinate representation of color #12C280: hue angle of 157.5º 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 #12C280 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 128 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.24 |
| HSL | 157.5º | 0.83% | 0.42% | - |
| HSV(B) | 157.5º | 0.91% | 0.76% | - |
| XYZ | 23.44 | 40.27 | 26.96 | - |
| YUV | 133.85 | 124.69 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 128 | 0.91 | 0 | 0.34 | 0.24 | 157.5 | 0.83 | 0.42 |
| Hex | 12 | C2 | 80 | 5B | 0 | 22 | 18 | 9E | 53 | 2A |
| Octal | 22 | 302 | 200 | 133 | 0 | 42 | 30 | 236 | 123 | 52 |
| Binary | 10010 | 11000010 | 10000000 | 1011011 | 0 | 100010 | 11000 | 10011110 | 1010011 | 101010 |
Color Harmonies of #12C280
Complementary color
Monochromatic Colors of #12C280
Black with #12C280
Text Example
Text Example
White with #12C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C280; }
p { color: rgb(18,194,128); }
H1.HeaderClassName
{
color: #12C280;
}
.AnyTagClassName
{
color: #12C280;
}
</style>
background-color css
<style>
a { background-color: #12C280; }
a { background-color: rgb(18,194,128); }
div.DivClassName
{
background-color: #12C280;
}
.BgClassName
{
background-color: #12C280;
}
</style>
border-color css
<style>
span { border-color: #12C280; }
span { border-color: rgb(18,194,128); }
td.TdClassName
{
border-color: #12C280;
}
.TagClassName
{
border-color: #12C280;
}
</style>