Shades of Mountain Meadow #12C17D
Tints of Mountain Meadow #12C17D
RGB
CMYK
RGB Variations
Color information
#12C17D (or 0x12C17D) is known color: Mountain Meadow. HEX triplet: 12, C1 and 7D. RGB value is (18,193,125). Sum of RGB (Red+Green+Blue) = 18+193+125=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #12C17D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C17D is #ED3E82. Grayscale: #858585. Windows color (decimal): -15548035 or 8241426. OLE color: 8241426.
HSL color Cylindrical-coordinate representation of color #12C17D: hue angle of 156.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C17D is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 125 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.24 |
| HSL | 156.69º | 0.83% | 0.41% | - |
| HSV(B) | 156.69º | 0.91% | 0.76% | - |
| XYZ | 23.02 | 39.75 | 25.86 | - |
| YUV | 132.92 | 123.52 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 125 | 0.91 | 0 | 0.35 | 0.24 | 156.69 | 0.83 | 0.41 |
| Hex | 12 | C1 | 7D | 5B | 0 | 23 | 18 | 9D | 53 | 29 |
| Octal | 22 | 301 | 175 | 133 | 0 | 43 | 30 | 235 | 123 | 51 |
| Binary | 10010 | 11000001 | 1111101 | 1011011 | 0 | 100011 | 11000 | 10011101 | 1010011 | 101001 |
Color Harmonies of #12C17D
Complementary color
Monochromatic Colors of #12C17D
Black with #12C17D
Text Example
Text Example
White with #12C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C17D; }
p { color: rgb(18,193,125); }
H1.HeaderClassName
{
color: #12C17D;
}
.AnyTagClassName
{
color: #12C17D;
}
</style>
background-color css
<style>
a { background-color: #12C17D; }
a { background-color: rgb(18,193,125); }
div.DivClassName
{
background-color: #12C17D;
}
.BgClassName
{
background-color: #12C17D;
}
</style>
border-color css
<style>
span { border-color: #12C17D; }
span { border-color: rgb(18,193,125); }
td.TdClassName
{
border-color: #12C17D;
}
.TagClassName
{
border-color: #12C17D;
}
</style>