Shades of Mountain Meadow #12C274
Tints of Mountain Meadow #12C274
RGB
CMYK
RGB Variations
Color information
#12C274 (or 0x12C274) is known color: Mountain Meadow. HEX triplet: 12, C2 and 74. RGB value is (18,194,116). Sum of RGB (Red+Green+Blue) = 18+194+116=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #12C274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C274 is #ED3D8B. Grayscale: #848484. Windows color (decimal): -15547788 or 7651858. OLE color: 7651858.
HSL color Cylindrical-coordinate representation of color #12C274: hue angle of 153.41º 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 #12C274 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 116 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.24 |
| HSL | 153.41º | 0.83% | 0.42% | - |
| HSV(B) | 153.41º | 0.91% | 0.76% | - |
| XYZ | 22.69 | 39.97 | 23.04 | - |
| YUV | 132.48 | 118.69 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 116 | 0.91 | 0 | 0.40 | 0.24 | 153.41 | 0.83 | 0.42 |
| Hex | 12 | C2 | 74 | 5B | 0 | 28 | 18 | 99 | 53 | 2A |
| Octal | 22 | 302 | 164 | 133 | 0 | 50 | 30 | 231 | 123 | 52 |
| Binary | 10010 | 11000010 | 1110100 | 1011011 | 0 | 101000 | 11000 | 10011001 | 1010011 | 101010 |
Color Harmonies of #12C274
Complementary color
Monochromatic Colors of #12C274
Black with #12C274
Text Example
Text Example
White with #12C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C274; }
p { color: rgb(18,194,116); }
H1.HeaderClassName
{
color: #12C274;
}
.AnyTagClassName
{
color: #12C274;
}
</style>
background-color css
<style>
a { background-color: #12C274; }
a { background-color: rgb(18,194,116); }
div.DivClassName
{
background-color: #12C274;
}
.BgClassName
{
background-color: #12C274;
}
</style>
border-color css
<style>
span { border-color: #12C274; }
span { border-color: rgb(18,194,116); }
td.TdClassName
{
border-color: #12C274;
}
.TagClassName
{
border-color: #12C274;
}
</style>