Shades of Mountain Meadow #12C28F
Tints of Mountain Meadow #12C28F
RGB
CMYK
RGB Variations
Color information
#12C28F (or 0x12C28F) is known color: Mountain Meadow. HEX triplet: 12, C2 and 8F. RGB value is (18,194,143). Sum of RGB (Red+Green+Blue) = 18+194+143=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #12C28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C28F is #ED3D70. Grayscale: #878787. Windows color (decimal): -15547761 or 9421330. OLE color: 9421330.
HSL color Cylindrical-coordinate representation of color #12C28F: hue angle of 162.61º 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 #12C28F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 143 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.24 |
| HSL | 162.61º | 0.83% | 0.42% | - |
| HSV(B) | 162.61º | 0.91% | 0.76% | - |
| XYZ | 24.5 | 40.7 | 32.55 | - |
| YUV | 135.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 143 | 0.91 | 0 | 0.26 | 0.24 | 162.61 | 0.83 | 0.42 |
| Hex | 12 | C2 | 8F | 5B | 0 | 1A | 18 | A3 | 53 | 2A |
| Octal | 22 | 302 | 217 | 133 | 0 | 32 | 30 | 243 | 123 | 52 |
| Binary | 10010 | 11000010 | 10001111 | 1011011 | 0 | 11010 | 11000 | 10100011 | 1010011 | 101010 |
Color Harmonies of #12C28F
Complementary color
Monochromatic Colors of #12C28F
Black with #12C28F
Text Example
Text Example
White with #12C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C28F; }
p { color: rgb(18,194,143); }
H1.HeaderClassName
{
color: #12C28F;
}
.AnyTagClassName
{
color: #12C28F;
}
</style>
background-color css
<style>
a { background-color: #12C28F; }
a { background-color: rgb(18,194,143); }
div.DivClassName
{
background-color: #12C28F;
}
.BgClassName
{
background-color: #12C28F;
}
</style>
border-color css
<style>
span { border-color: #12C28F; }
span { border-color: rgb(18,194,143); }
td.TdClassName
{
border-color: #12C28F;
}
.TagClassName
{
border-color: #12C28F;
}
</style>