Shades of Mountain Meadow #12D77B
Tints of Mountain Meadow #12D77B
RGB
CMYK
RGB Variations
Color information
#12D77B (or 0x12D77B) is known color: Mountain Meadow. HEX triplet: 12, D7 and 7B. RGB value is (18,215,123). Sum of RGB (Red+Green+Blue) = 18+215+123=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #12D77B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D77B is #ED2884. Grayscale: #919191. Windows color (decimal): -15542405 or 8115986. OLE color: 8115986.
HSL color Cylindrical-coordinate representation of color #12D77B: hue angle of 151.98º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D77B is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 123 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.16 |
| HSL | 151.98º | 0.85% | 0.46% | - |
| HSV(B) | 151.98º | 0.92% | 0.84% | - |
| XYZ | 28.13 | 50.16 | 26.94 | - |
| YUV | 145.61 | 115.23 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 123 | 0.92 | 0 | 0.43 | 0.16 | 151.98 | 0.85 | 0.46 |
| Hex | 12 | D7 | 7B | 5C | 0 | 2B | 10 | 98 | 55 | 2E |
| Octal | 22 | 327 | 173 | 134 | 0 | 53 | 20 | 230 | 125 | 56 |
| Binary | 10010 | 11010111 | 1111011 | 1011100 | 0 | 101011 | 10000 | 10011000 | 1010101 | 101110 |
Color Harmonies of #12D77B
Complementary color
Monochromatic Colors of #12D77B
Black with #12D77B
Text Example
Text Example
White with #12D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D77B; }
p { color: rgb(18,215,123); }
H1.HeaderClassName
{
color: #12D77B;
}
.AnyTagClassName
{
color: #12D77B;
}
</style>
background-color css
<style>
a { background-color: #12D77B; }
a { background-color: rgb(18,215,123); }
div.DivClassName
{
background-color: #12D77B;
}
.BgClassName
{
background-color: #12D77B;
}
</style>
border-color css
<style>
span { border-color: #12D77B; }
span { border-color: rgb(18,215,123); }
td.TdClassName
{
border-color: #12D77B;
}
.TagClassName
{
border-color: #12D77B;
}
</style>