Shades of Mountain Meadow #12CC80
Tints of Mountain Meadow #12CC80
RGB
CMYK
RGB Variations
Color information
#12CC80 (or 0x12CC80) is known color: Mountain Meadow. HEX triplet: 12, CC and 80. RGB value is (18,204,128). Sum of RGB (Red+Green+Blue) = 18+204+128=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC80 is #ED337F. Grayscale: #8B8B8B. Windows color (decimal): -15545216 or 8440850. OLE color: 8440850.
HSL color Cylindrical-coordinate representation of color #12CC80: hue angle of 155.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC80 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 128 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.2 |
| HSL | 155.48º | 0.84% | 0.44% | - |
| HSV(B) | 155.48º | 0.91% | 0.8% | - |
| XYZ | 25.74 | 44.87 | 27.73 | - |
| YUV | 139.72 | 121.38 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 128 | 0.91 | 0 | 0.37 | 0.2 | 155.48 | 0.84 | 0.44 |
| Hex | 12 | CC | 80 | 5B | 0 | 25 | 14 | 9B | 54 | 2C |
| Octal | 22 | 314 | 200 | 133 | 0 | 45 | 24 | 233 | 124 | 54 |
| Binary | 10010 | 11001100 | 10000000 | 1011011 | 0 | 100101 | 10100 | 10011011 | 1010100 | 101100 |
Color Harmonies of #12CC80
Complementary color
Monochromatic Colors of #12CC80
Black with #12CC80
Text Example
Text Example
White with #12CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC80; }
p { color: rgb(18,204,128); }
H1.HeaderClassName
{
color: #12CC80;
}
.AnyTagClassName
{
color: #12CC80;
}
</style>
background-color css
<style>
a { background-color: #12CC80; }
a { background-color: rgb(18,204,128); }
div.DivClassName
{
background-color: #12CC80;
}
.BgClassName
{
background-color: #12CC80;
}
</style>
border-color css
<style>
span { border-color: #12CC80; }
span { border-color: rgb(18,204,128); }
td.TdClassName
{
border-color: #12CC80;
}
.TagClassName
{
border-color: #12CC80;
}
</style>