Shades of Mountain Meadow #12BE74
Tints of Mountain Meadow #12BE74
RGB
CMYK
RGB Variations
Color information
#12BE74 (or 0x12BE74) is known color: Mountain Meadow. HEX triplet: 12, BE and 74. RGB value is (18,190,116). Sum of RGB (Red+Green+Blue) = 18+190+116=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE74 is #ED418B. Grayscale: #828282. Windows color (decimal): -15548812 or 7650834. OLE color: 7650834.
HSL color Cylindrical-coordinate representation of color #12BE74: hue angle of 154.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE74 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 116 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.25 |
| HSL | 154.19º | 0.83% | 0.41% | - |
| HSV(B) | 154.19º | 0.91% | 0.75% | - |
| XYZ | 21.82 | 38.22 | 22.75 | - |
| YUV | 130.14 | 120.02 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 116 | 0.91 | 0 | 0.39 | 0.25 | 154.19 | 0.83 | 0.41 |
| Hex | 12 | BE | 74 | 5B | 0 | 27 | 19 | 9A | 53 | 29 |
| Octal | 22 | 276 | 164 | 133 | 0 | 47 | 31 | 232 | 123 | 51 |
| Binary | 10010 | 10111110 | 1110100 | 1011011 | 0 | 100111 | 11001 | 10011010 | 1010011 | 101001 |
Color Harmonies of #12BE74
Complementary color
Monochromatic Colors of #12BE74
Black with #12BE74
Text Example
Text Example
White with #12BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE74; }
p { color: rgb(18,190,116); }
H1.HeaderClassName
{
color: #12BE74;
}
.AnyTagClassName
{
color: #12BE74;
}
</style>
background-color css
<style>
a { background-color: #12BE74; }
a { background-color: rgb(18,190,116); }
div.DivClassName
{
background-color: #12BE74;
}
.BgClassName
{
background-color: #12BE74;
}
</style>
border-color css
<style>
span { border-color: #12BE74; }
span { border-color: rgb(18,190,116); }
td.TdClassName
{
border-color: #12BE74;
}
.TagClassName
{
border-color: #12BE74;
}
</style>