Shades of Mountain Meadow #12D075
Tints of Mountain Meadow #12D075
RGB
CMYK
RGB Variations
Color information
#12D075 (or 0x12D075) is known color: Mountain Meadow. HEX triplet: 12, D0 and 75. RGB value is (18,208,117). Sum of RGB (Red+Green+Blue) = 18+208+117=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #12D075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D075 is #ED2F8A. Grayscale: #8C8C8C. Windows color (decimal): -15544203 or 7720978. OLE color: 7720978.
HSL color Cylindrical-coordinate representation of color #12D075: hue angle of 151.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D075 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 117 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.18 |
| HSL | 151.26º | 0.84% | 0.44% | - |
| HSV(B) | 151.26º | 0.91% | 0.82% | - |
| XYZ | 26.02 | 46.52 | 24.44 | - |
| YUV | 140.82 | 114.55 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 117 | 0.91 | 0 | 0.44 | 0.18 | 151.26 | 0.84 | 0.44 |
| Hex | 12 | D0 | 75 | 5B | 0 | 2C | 12 | 97 | 54 | 2C |
| Octal | 22 | 320 | 165 | 133 | 0 | 54 | 22 | 227 | 124 | 54 |
| Binary | 10010 | 11010000 | 1110101 | 1011011 | 0 | 101100 | 10010 | 10010111 | 1010100 | 101100 |
Color Harmonies of #12D075
Complementary color
Monochromatic Colors of #12D075
Black with #12D075
Text Example
Text Example
White with #12D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D075; }
p { color: rgb(18,208,117); }
H1.HeaderClassName
{
color: #12D075;
}
.AnyTagClassName
{
color: #12D075;
}
</style>
background-color css
<style>
a { background-color: #12D075; }
a { background-color: rgb(18,208,117); }
div.DivClassName
{
background-color: #12D075;
}
.BgClassName
{
background-color: #12D075;
}
</style>
border-color css
<style>
span { border-color: #12D075; }
span { border-color: rgb(18,208,117); }
td.TdClassName
{
border-color: #12D075;
}
.TagClassName
{
border-color: #12D075;
}
</style>