Shades of Mountain Meadow #12CC74
Tints of Mountain Meadow #12CC74
RGB
CMYK
RGB Variations
Color information
#12CC74 (or 0x12CC74) is known color: Mountain Meadow. HEX triplet: 12, CC and 74. RGB value is (18,204,116). Sum of RGB (Red+Green+Blue) = 18+204+116=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CC74 is #ED338B. Grayscale: #8A8A8A. Windows color (decimal): -15545228 or 7654418. OLE color: 7654418.
HSL color Cylindrical-coordinate representation of color #12CC74: hue angle of 151.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC74 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 116 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.2 |
| HSL | 151.61º | 0.84% | 0.44% | - |
| HSV(B) | 151.61º | 0.91% | 0.8% | - |
| XYZ | 24.99 | 44.58 | 23.81 | - |
| YUV | 138.35 | 115.38 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 116 | 0.91 | 0 | 0.43 | 0.2 | 151.61 | 0.84 | 0.44 |
| Hex | 12 | CC | 74 | 5B | 0 | 2B | 14 | 98 | 54 | 2C |
| Octal | 22 | 314 | 164 | 133 | 0 | 53 | 24 | 230 | 124 | 54 |
| Binary | 10010 | 11001100 | 1110100 | 1011011 | 0 | 101011 | 10100 | 10011000 | 1010100 | 101100 |
Color Harmonies of #12CC74
Complementary color
Monochromatic Colors of #12CC74
Black with #12CC74
Text Example
Text Example
White with #12CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC74; }
p { color: rgb(18,204,116); }
H1.HeaderClassName
{
color: #12CC74;
}
.AnyTagClassName
{
color: #12CC74;
}
</style>
background-color css
<style>
a { background-color: #12CC74; }
a { background-color: rgb(18,204,116); }
div.DivClassName
{
background-color: #12CC74;
}
.BgClassName
{
background-color: #12CC74;
}
</style>
border-color css
<style>
span { border-color: #12CC74; }
span { border-color: rgb(18,204,116); }
td.TdClassName
{
border-color: #12CC74;
}
.TagClassName
{
border-color: #12CC74;
}
</style>