Shades of Jade #12BA6C
Tints of Jade #12BA6C
RGB
CMYK
RGB Variations
Color information
#12BA6C (or 0x12BA6C) is known color: Jade. HEX triplet: 12, BA and 6C. RGB value is (18,186,108). Sum of RGB (Red+Green+Blue) = 18+186+108=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA6C is #ED4593. Grayscale: #7F7F7F. Windows color (decimal): -15549844 or 7125522. OLE color: 7125522.
HSL color Cylindrical-coordinate representation of color #12BA6C: hue angle of 152.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA6C is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 108 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.27 |
| HSL | 152.14º | 0.82% | 0.4% | - |
| HSV(B) | 152.14º | 0.9% | 0.73% | - |
| XYZ | 20.52 | 36.33 | 20.12 | - |
| YUV | 126.88 | 117.34 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 108 | 0.90 | 0 | 0.42 | 0.27 | 152.14 | 0.82 | 0.4 |
| Hex | 12 | BA | 6C | 5A | 0 | 2A | 1B | 98 | 52 | 28 |
| Octal | 22 | 272 | 154 | 132 | 0 | 52 | 33 | 230 | 122 | 50 |
| Binary | 10010 | 10111010 | 1101100 | 1011010 | 0 | 101010 | 11011 | 10011000 | 1010010 | 101000 |
Color Harmonies of #12BA6C
Complementary color
Monochromatic Colors of #12BA6C
Black with #12BA6C
Text Example
Text Example
White with #12BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA6C; }
p { color: rgb(18,186,108); }
H1.HeaderClassName
{
color: #12BA6C;
}
.AnyTagClassName
{
color: #12BA6C;
}
</style>
background-color css
<style>
a { background-color: #12BA6C; }
a { background-color: rgb(18,186,108); }
div.DivClassName
{
background-color: #12BA6C;
}
.BgClassName
{
background-color: #12BA6C;
}
</style>
border-color css
<style>
span { border-color: #12BA6C; }
span { border-color: rgb(18,186,108); }
td.TdClassName
{
border-color: #12BA6C;
}
.TagClassName
{
border-color: #12BA6C;
}
</style>