Shades of Mountain Meadow #12D277
Tints of Mountain Meadow #12D277
RGB
CMYK
RGB Variations
Color information
#12D277 (or 0x12D277) is known color: Mountain Meadow. HEX triplet: 12, D2 and 77. RGB value is (18,210,119). Sum of RGB (Red+Green+Blue) = 18+210+119=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #12D277 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D277 is #ED2D88. Grayscale: #8E8E8E. Windows color (decimal): -15543689 or 7852562. OLE color: 7852562.
HSL color Cylindrical-coordinate representation of color #12D277: hue angle of 151.56º 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 #12D277 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 119 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.18 |
| HSL | 151.56º | 0.84% | 0.45% | - |
| HSV(B) | 151.56º | 0.91% | 0.82% | - |
| XYZ | 26.63 | 47.55 | 25.23 | - |
| YUV | 142.22 | 114.89 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 119 | 0.91 | 0 | 0.43 | 0.18 | 151.56 | 0.84 | 0.45 |
| Hex | 12 | D2 | 77 | 5B | 0 | 2B | 12 | 98 | 54 | 2D |
| Octal | 22 | 322 | 167 | 133 | 0 | 53 | 22 | 230 | 124 | 55 |
| Binary | 10010 | 11010010 | 1110111 | 1011011 | 0 | 101011 | 10010 | 10011000 | 1010100 | 101101 |
Color Harmonies of #12D277
Complementary color
Monochromatic Colors of #12D277
Black with #12D277
Text Example
Text Example
White with #12D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D277; }
p { color: rgb(18,210,119); }
H1.HeaderClassName
{
color: #12D277;
}
.AnyTagClassName
{
color: #12D277;
}
</style>
background-color css
<style>
a { background-color: #12D277; }
a { background-color: rgb(18,210,119); }
div.DivClassName
{
background-color: #12D277;
}
.BgClassName
{
background-color: #12D277;
}
</style>
border-color css
<style>
span { border-color: #12D277; }
span { border-color: rgb(18,210,119); }
td.TdClassName
{
border-color: #12D277;
}
.TagClassName
{
border-color: #12D277;
}
</style>