Shades of Mountain Meadow #12C18F
Tints of Mountain Meadow #12C18F
RGB
CMYK
RGB Variations
Color information
#12C18F (or 0x12C18F) is known color: Mountain Meadow. HEX triplet: 12, C1 and 8F. RGB value is (18,193,143). Sum of RGB (Red+Green+Blue) = 18+193+143=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #12C18F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C18F is #ED3E70. Grayscale: #878787. Windows color (decimal): -15548017 or 9421074. OLE color: 9421074.
HSL color Cylindrical-coordinate representation of color #12C18F: hue angle of 162.86º 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 #12C18F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 143 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.24 |
| HSL | 162.86º | 0.83% | 0.41% | - |
| HSV(B) | 162.86º | 0.91% | 0.76% | - |
| XYZ | 24.28 | 40.25 | 32.48 | - |
| YUV | 134.98 | 132.52 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 143 | 0.91 | 0 | 0.26 | 0.24 | 162.86 | 0.83 | 0.41 |
| Hex | 12 | C1 | 8F | 5B | 0 | 1A | 18 | A3 | 53 | 29 |
| Octal | 22 | 301 | 217 | 133 | 0 | 32 | 30 | 243 | 123 | 51 |
| Binary | 10010 | 11000001 | 10001111 | 1011011 | 0 | 11010 | 11000 | 10100011 | 1010011 | 101001 |
Color Harmonies of #12C18F
Complementary color
Monochromatic Colors of #12C18F
Black with #12C18F
Text Example
Text Example
White with #12C18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C18F; }
p { color: rgb(18,193,143); }
H1.HeaderClassName
{
color: #12C18F;
}
.AnyTagClassName
{
color: #12C18F;
}
</style>
background-color css
<style>
a { background-color: #12C18F; }
a { background-color: rgb(18,193,143); }
div.DivClassName
{
background-color: #12C18F;
}
.BgClassName
{
background-color: #12C18F;
}
</style>
border-color css
<style>
span { border-color: #12C18F; }
span { border-color: rgb(18,193,143); }
td.TdClassName
{
border-color: #12C18F;
}
.TagClassName
{
border-color: #12C18F;
}
</style>