Shades of Jade #12B963
Tints of Jade #12B963
RGB
CMYK
RGB Variations
Color information
#12B963 (or 0x12B963) is known color: Jade. HEX triplet: 12, B9 and 63. RGB value is (18,185,99). Sum of RGB (Red+Green+Blue) = 18+185+99=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #12B963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B963 is #ED469C. Grayscale: #7D7D7D. Windows color (decimal): -15550109 or 6535442. OLE color: 6535442.
HSL color Cylindrical-coordinate representation of color #12B963: hue angle of 149.1º 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 #12B963 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 99 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.27 |
| HSL | 149.1º | 0.82% | 0.4% | - |
| HSV(B) | 149.1º | 0.9% | 0.73% | - |
| XYZ | 19.85 | 35.73 | 17.65 | - |
| YUV | 125.26 | 113.17 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 99 | 0.90 | 0 | 0.46 | 0.27 | 149.1 | 0.82 | 0.4 |
| Hex | 12 | B9 | 63 | 5A | 0 | 2E | 1B | 95 | 52 | 28 |
| Octal | 22 | 271 | 143 | 132 | 0 | 56 | 33 | 225 | 122 | 50 |
| Binary | 10010 | 10111001 | 1100011 | 1011010 | 0 | 101110 | 11011 | 10010101 | 1010010 | 101000 |
Color Harmonies of #12B963
Complementary color
Monochromatic Colors of #12B963
Black with #12B963
Text Example
Text Example
White with #12B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B963; }
p { color: rgb(18,185,99); }
H1.HeaderClassName
{
color: #12B963;
}
.AnyTagClassName
{
color: #12B963;
}
</style>
background-color css
<style>
a { background-color: #12B963; }
a { background-color: rgb(18,185,99); }
div.DivClassName
{
background-color: #12B963;
}
.BgClassName
{
background-color: #12B963;
}
</style>
border-color css
<style>
span { border-color: #12B963; }
span { border-color: rgb(18,185,99); }
td.TdClassName
{
border-color: #12B963;
}
.TagClassName
{
border-color: #12B963;
}
</style>