Shades of Mountain Meadow #12D280
Tints of Mountain Meadow #12D280
RGB
CMYK
RGB Variations
Color information
#12D280 (or 0x12D280) is known color: Mountain Meadow. HEX triplet: 12, D2 and 80. RGB value is (18,210,128). Sum of RGB (Red+Green+Blue) = 18+210+128=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #12D280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D280 is #ED2D7F. Grayscale: #8F8F8F. Windows color (decimal): -15543680 or 8442386. OLE color: 8442386.
HSL color Cylindrical-coordinate representation of color #12D280: hue angle of 154.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D280 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 128 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.18 |
| HSL | 154.38º | 0.84% | 0.45% | - |
| HSV(B) | 154.38º | 0.91% | 0.82% | - |
| XYZ | 27.19 | 47.78 | 28.21 | - |
| YUV | 143.24 | 119.39 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 128 | 0.91 | 0 | 0.39 | 0.18 | 154.38 | 0.84 | 0.45 |
| Hex | 12 | D2 | 80 | 5B | 0 | 27 | 12 | 9A | 54 | 2D |
| Octal | 22 | 322 | 200 | 133 | 0 | 47 | 22 | 232 | 124 | 55 |
| Binary | 10010 | 11010010 | 10000000 | 1011011 | 0 | 100111 | 10010 | 10011010 | 1010100 | 101101 |
Color Harmonies of #12D280
Complementary color
Monochromatic Colors of #12D280
Black with #12D280
Text Example
Text Example
White with #12D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D280; }
p { color: rgb(18,210,128); }
H1.HeaderClassName
{
color: #12D280;
}
.AnyTagClassName
{
color: #12D280;
}
</style>
background-color css
<style>
a { background-color: #12D280; }
a { background-color: rgb(18,210,128); }
div.DivClassName
{
background-color: #12D280;
}
.BgClassName
{
background-color: #12D280;
}
</style>
border-color css
<style>
span { border-color: #12D280; }
span { border-color: rgb(18,210,128); }
td.TdClassName
{
border-color: #12D280;
}
.TagClassName
{
border-color: #12D280;
}
</style>