Shades of Mountain Meadow #12CF80
Tints of Mountain Meadow #12CF80
RGB
CMYK
RGB Variations
Color information
#12CF80 (or 0x12CF80) is known color: Mountain Meadow. HEX triplet: 12, CF and 80. RGB value is (18,207,128). Sum of RGB (Red+Green+Blue) = 18+207+128=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF80 is #ED307F. Grayscale: #8D8D8D. Windows color (decimal): -15544448 or 8441618. OLE color: 8441618.
HSL color Cylindrical-coordinate representation of color #12CF80: hue angle of 154.92º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF80 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 128 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.19 |
| HSL | 154.92º | 0.84% | 0.44% | - |
| HSV(B) | 154.92º | 0.91% | 0.81% | - |
| XYZ | 26.46 | 46.31 | 27.97 | - |
| YUV | 141.48 | 120.38 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 128 | 0.91 | 0 | 0.38 | 0.19 | 154.92 | 0.84 | 0.44 |
| Hex | 12 | CF | 80 | 5B | 0 | 26 | 13 | 9B | 54 | 2C |
| Octal | 22 | 317 | 200 | 133 | 0 | 46 | 23 | 233 | 124 | 54 |
| Binary | 10010 | 11001111 | 10000000 | 1011011 | 0 | 100110 | 10011 | 10011011 | 1010100 | 101100 |
Color Harmonies of #12CF80
Complementary color
Monochromatic Colors of #12CF80
Black with #12CF80
Text Example
Text Example
White with #12CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF80; }
p { color: rgb(18,207,128); }
H1.HeaderClassName
{
color: #12CF80;
}
.AnyTagClassName
{
color: #12CF80;
}
</style>
background-color css
<style>
a { background-color: #12CF80; }
a { background-color: rgb(18,207,128); }
div.DivClassName
{
background-color: #12CF80;
}
.BgClassName
{
background-color: #12CF80;
}
</style>
border-color css
<style>
span { border-color: #12CF80; }
span { border-color: rgb(18,207,128); }
td.TdClassName
{
border-color: #12CF80;
}
.TagClassName
{
border-color: #12CF80;
}
</style>