Shades of Mountain Meadow #12CF83
Tints of Mountain Meadow #12CF83
RGB
CMYK
RGB Variations
Color information
#12CF83 (or 0x12CF83) is known color: Mountain Meadow. HEX triplet: 12, CF and 83. RGB value is (18,207,131). Sum of RGB (Red+Green+Blue) = 18+207+131=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF83 is #ED307C. Grayscale: #8D8D8D. Windows color (decimal): -15544445 or 8638226. OLE color: 8638226.
HSL color Cylindrical-coordinate representation of color #12CF83: hue angle of 155.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF83 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 131 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.19 |
| HSL | 155.87º | 0.84% | 0.44% | - |
| HSV(B) | 155.87º | 0.91% | 0.81% | - |
| XYZ | 26.66 | 46.39 | 29.02 | - |
| YUV | 141.83 | 121.88 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 131 | 0.91 | 0 | 0.37 | 0.19 | 155.87 | 0.84 | 0.44 |
| Hex | 12 | CF | 83 | 5B | 0 | 25 | 13 | 9C | 54 | 2C |
| Octal | 22 | 317 | 203 | 133 | 0 | 45 | 23 | 234 | 124 | 54 |
| Binary | 10010 | 11001111 | 10000011 | 1011011 | 0 | 100101 | 10011 | 10011100 | 1010100 | 101100 |
Color Harmonies of #12CF83
Complementary color
Monochromatic Colors of #12CF83
Black with #12CF83
Text Example
Text Example
White with #12CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF83; }
p { color: rgb(18,207,131); }
H1.HeaderClassName
{
color: #12CF83;
}
.AnyTagClassName
{
color: #12CF83;
}
</style>
background-color css
<style>
a { background-color: #12CF83; }
a { background-color: rgb(18,207,131); }
div.DivClassName
{
background-color: #12CF83;
}
.BgClassName
{
background-color: #12CF83;
}
</style>
border-color css
<style>
span { border-color: #12CF83; }
span { border-color: rgb(18,207,131); }
td.TdClassName
{
border-color: #12CF83;
}
.TagClassName
{
border-color: #12CF83;
}
</style>