Shades of Mountain Meadow #12CC7B
Tints of Mountain Meadow #12CC7B
RGB
CMYK
RGB Variations
Color information
#12CC7B (or 0x12CC7B) is known color: Mountain Meadow. HEX triplet: 12, CC and 7B. RGB value is (18,204,123). Sum of RGB (Red+Green+Blue) = 18+204+123=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CC7B is #ED3384. Grayscale: #8B8B8B. Windows color (decimal): -15545221 or 8113170. OLE color: 8113170.
HSL color Cylindrical-coordinate representation of color #12CC7B: hue angle of 153.87º 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 #12CC7B is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 123 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.2 |
| HSL | 153.87º | 0.84% | 0.44% | - |
| HSV(B) | 153.87º | 0.91% | 0.8% | - |
| XYZ | 25.42 | 44.74 | 26.04 | - |
| YUV | 139.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 123 | 0.91 | 0 | 0.40 | 0.2 | 153.87 | 0.84 | 0.44 |
| Hex | 12 | CC | 7B | 5B | 0 | 28 | 14 | 9A | 54 | 2C |
| Octal | 22 | 314 | 173 | 133 | 0 | 50 | 24 | 232 | 124 | 54 |
| Binary | 10010 | 11001100 | 1111011 | 1011011 | 0 | 101000 | 10100 | 10011010 | 1010100 | 101100 |
Color Harmonies of #12CC7B
Complementary color
Monochromatic Colors of #12CC7B
Black with #12CC7B
Text Example
Text Example
White with #12CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC7B; }
p { color: rgb(18,204,123); }
H1.HeaderClassName
{
color: #12CC7B;
}
.AnyTagClassName
{
color: #12CC7B;
}
</style>
background-color css
<style>
a { background-color: #12CC7B; }
a { background-color: rgb(18,204,123); }
div.DivClassName
{
background-color: #12CC7B;
}
.BgClassName
{
background-color: #12CC7B;
}
</style>
border-color css
<style>
span { border-color: #12CC7B; }
span { border-color: rgb(18,204,123); }
td.TdClassName
{
border-color: #12CC7B;
}
.TagClassName
{
border-color: #12CC7B;
}
</style>