Shades of Jade #12BA64
Tints of Jade #12BA64
RGB
CMYK
RGB Variations
Color information
#12BA64 (or 0x12BA64) is known color: Jade. HEX triplet: 12, BA and 64. RGB value is (18,186,100). Sum of RGB (Red+Green+Blue) = 18+186+100=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA64 is #ED459B. Grayscale: #7E7E7E. Windows color (decimal): -15549852 or 6601234. OLE color: 6601234.
HSL color Cylindrical-coordinate representation of color #12BA64: hue angle of 149.29º 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 #12BA64 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 100 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.27 |
| HSL | 149.29º | 0.82% | 0.4% | - |
| HSV(B) | 149.29º | 0.9% | 0.73% | - |
| XYZ | 20.11 | 36.17 | 17.98 | - |
| YUV | 125.96 | 113.34 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 100 | 0.90 | 0 | 0.46 | 0.27 | 149.29 | 0.82 | 0.4 |
| Hex | 12 | BA | 64 | 5A | 0 | 2E | 1B | 95 | 52 | 28 |
| Octal | 22 | 272 | 144 | 132 | 0 | 56 | 33 | 225 | 122 | 50 |
| Binary | 10010 | 10111010 | 1100100 | 1011010 | 0 | 101110 | 11011 | 10010101 | 1010010 | 101000 |
Color Harmonies of #12BA64
Complementary color
Monochromatic Colors of #12BA64
Black with #12BA64
Text Example
Text Example
White with #12BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA64; }
p { color: rgb(18,186,100); }
H1.HeaderClassName
{
color: #12BA64;
}
.AnyTagClassName
{
color: #12BA64;
}
</style>
background-color css
<style>
a { background-color: #12BA64; }
a { background-color: rgb(18,186,100); }
div.DivClassName
{
background-color: #12BA64;
}
.BgClassName
{
background-color: #12BA64;
}
</style>
border-color css
<style>
span { border-color: #12BA64; }
span { border-color: rgb(18,186,100); }
td.TdClassName
{
border-color: #12BA64;
}
.TagClassName
{
border-color: #12BA64;
}
</style>