Shades of Mountain Meadow #12C17A
Tints of Mountain Meadow #12C17A
RGB
CMYK
RGB Variations
Color information
#12C17A (or 0x12C17A) is known color: Mountain Meadow. HEX triplet: 12, C1 and 7A. RGB value is (18,193,122). Sum of RGB (Red+Green+Blue) = 18+193+122=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #12C17A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C17A is #ED3E85. Grayscale: #848484. Windows color (decimal): -15548038 or 8044818. OLE color: 8044818.
HSL color Cylindrical-coordinate representation of color #12C17A: hue angle of 155.66º 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 #12C17A is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 122 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.24 |
| HSL | 155.66º | 0.83% | 0.41% | - |
| HSV(B) | 155.66º | 0.91% | 0.76% | - |
| XYZ | 22.83 | 39.67 | 24.87 | - |
| YUV | 132.58 | 122.02 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 122 | 0.91 | 0 | 0.37 | 0.24 | 155.66 | 0.83 | 0.41 |
| Hex | 12 | C1 | 7A | 5B | 0 | 25 | 18 | 9C | 53 | 29 |
| Octal | 22 | 301 | 172 | 133 | 0 | 45 | 30 | 234 | 123 | 51 |
| Binary | 10010 | 11000001 | 1111010 | 1011011 | 0 | 100101 | 11000 | 10011100 | 1010011 | 101001 |
Color Harmonies of #12C17A
Complementary color
Monochromatic Colors of #12C17A
Black with #12C17A
Text Example
Text Example
White with #12C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C17A; }
p { color: rgb(18,193,122); }
H1.HeaderClassName
{
color: #12C17A;
}
.AnyTagClassName
{
color: #12C17A;
}
</style>
background-color css
<style>
a { background-color: #12C17A; }
a { background-color: rgb(18,193,122); }
div.DivClassName
{
background-color: #12C17A;
}
.BgClassName
{
background-color: #12C17A;
}
</style>
border-color css
<style>
span { border-color: #12C17A; }
span { border-color: rgb(18,193,122); }
td.TdClassName
{
border-color: #12C17A;
}
.TagClassName
{
border-color: #12C17A;
}
</style>