Shades of Mountain Meadow #12B77B
Tints of Mountain Meadow #12B77B
RGB
CMYK
RGB Variations
Color information
#12B77B (or 0x12B77B) is known color: Mountain Meadow. HEX triplet: 12, B7 and 7B. RGB value is (18,183,123). Sum of RGB (Red+Green+Blue) = 18+183+123=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #12B77B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B77B is #ED4884. Grayscale: #7E7E7E. Windows color (decimal): -15550597 or 8107794. OLE color: 8107794.
HSL color Cylindrical-coordinate representation of color #12B77B: hue angle of 158.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B77B is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 123 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.28 |
| HSL | 158.18º | 0.82% | 0.39% | - |
| HSV(B) | 158.18º | 0.9% | 0.72% | - |
| XYZ | 20.76 | 35.43 | 24.48 | - |
| YUV | 126.83 | 125.84 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 123 | 0.90 | 0 | 0.33 | 0.28 | 158.18 | 0.82 | 0.39 |
| Hex | 12 | B7 | 7B | 5A | 0 | 21 | 1C | 9E | 52 | 27 |
| Octal | 22 | 267 | 173 | 132 | 0 | 41 | 34 | 236 | 122 | 47 |
| Binary | 10010 | 10110111 | 1111011 | 1011010 | 0 | 100001 | 11100 | 10011110 | 1010010 | 100111 |
Color Harmonies of #12B77B
Complementary color
Monochromatic Colors of #12B77B
Black with #12B77B
Text Example
Text Example
White with #12B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B77B; }
p { color: rgb(18,183,123); }
H1.HeaderClassName
{
color: #12B77B;
}
.AnyTagClassName
{
color: #12B77B;
}
</style>
background-color css
<style>
a { background-color: #12B77B; }
a { background-color: rgb(18,183,123); }
div.DivClassName
{
background-color: #12B77B;
}
.BgClassName
{
background-color: #12B77B;
}
</style>
border-color css
<style>
span { border-color: #12B77B; }
span { border-color: rgb(18,183,123); }
td.TdClassName
{
border-color: #12B77B;
}
.TagClassName
{
border-color: #12B77B;
}
</style>