Shades of Jade #12A470
Tints of Jade #12A470
RGB
CMYK
RGB Variations
Color information
#12A470 (or 0x12A470) is known color: Jade. HEX triplet: 12, A4 and 70. RGB value is (18,164,112). Sum of RGB (Red+Green+Blue) = 18+164+112=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #12A470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A470 is #ED5B8F. Grayscale: #727272. Windows color (decimal): -15555472 or 7382034. OLE color: 7382034.
HSL color Cylindrical-coordinate representation of color #12A470: hue angle of 158.63º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A470 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 164 | 112 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.36 |
| HSL | 158.63º | 0.8% | 0.36% | - |
| HSV(B) | 158.63º | 0.89% | 0.64% | - |
| XYZ | 16.45 | 27.85 | 19.84 | - |
| YUV | 114.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 112 | 0.89 | 0 | 0.32 | 0.36 | 158.63 | 0.8 | 0.36 |
| Hex | 12 | A4 | 70 | 59 | 0 | 20 | 24 | 9F | 50 | 24 |
| Octal | 22 | 244 | 160 | 131 | 0 | 40 | 44 | 237 | 120 | 44 |
| Binary | 10010 | 10100100 | 1110000 | 1011001 | 0 | 100000 | 100100 | 10011111 | 1010000 | 100100 |
Color Harmonies of #12A470
Complementary color
Monochromatic Colors of #12A470
Black with #12A470
Text Example
Text Example
White with #12A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A470; }
p { color: rgb(18,164,112); }
H1.HeaderClassName
{
color: #12A470;
}
.AnyTagClassName
{
color: #12A470;
}
</style>
background-color css
<style>
a { background-color: #12A470; }
a { background-color: rgb(18,164,112); }
div.DivClassName
{
background-color: #12A470;
}
.BgClassName
{
background-color: #12A470;
}
</style>
border-color css
<style>
span { border-color: #12A470; }
span { border-color: rgb(18,164,112); }
td.TdClassName
{
border-color: #12A470;
}
.TagClassName
{
border-color: #12A470;
}
</style>