Shades of Mountain Meadow #12C28A
Tints of Mountain Meadow #12C28A
RGB
CMYK
RGB Variations
Color information
#12C28A (or 0x12C28A) is known color: Mountain Meadow. HEX triplet: 12, C2 and 8A. RGB value is (18,194,138). Sum of RGB (Red+Green+Blue) = 18+194+138=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #12C28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C28A is #ED3D75. Grayscale: #878787. Windows color (decimal): -15547766 or 9093650. OLE color: 9093650.
HSL color Cylindrical-coordinate representation of color #12C28A: hue angle of 160.91º 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 #12C28A is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 138 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.24 |
| HSL | 160.91º | 0.83% | 0.42% | - |
| HSV(B) | 160.91º | 0.91% | 0.76% | - |
| XYZ | 24.13 | 40.55 | 30.6 | - |
| YUV | 134.99 | 129.69 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 138 | 0.91 | 0 | 0.29 | 0.24 | 160.91 | 0.83 | 0.42 |
| Hex | 12 | C2 | 8A | 5B | 0 | 1D | 18 | A1 | 53 | 2A |
| Octal | 22 | 302 | 212 | 133 | 0 | 35 | 30 | 241 | 123 | 52 |
| Binary | 10010 | 11000010 | 10001010 | 1011011 | 0 | 11101 | 11000 | 10100001 | 1010011 | 101010 |
Color Harmonies of #12C28A
Complementary color
Monochromatic Colors of #12C28A
Black with #12C28A
Text Example
Text Example
White with #12C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C28A; }
p { color: rgb(18,194,138); }
H1.HeaderClassName
{
color: #12C28A;
}
.AnyTagClassName
{
color: #12C28A;
}
</style>
background-color css
<style>
a { background-color: #12C28A; }
a { background-color: rgb(18,194,138); }
div.DivClassName
{
background-color: #12C28A;
}
.BgClassName
{
background-color: #12C28A;
}
</style>
border-color css
<style>
span { border-color: #12C28A; }
span { border-color: rgb(18,194,138); }
td.TdClassName
{
border-color: #12C28A;
}
.TagClassName
{
border-color: #12C28A;
}
</style>