Shades of Jade #12A46F
Tints of Jade #12A46F
RGB
CMYK
RGB Variations
Color information
#12A46F (or 0x12A46F) is known color: Jade. HEX triplet: 12, A4 and 6F. RGB value is (18,164,111). Sum of RGB (Red+Green+Blue) = 18+164+111=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #12A46F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A46F is #ED5B90. Grayscale: #727272. Windows color (decimal): -15555473 or 7316498. OLE color: 7316498.
HSL color Cylindrical-coordinate representation of color #12A46F: hue angle of 158.22º 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 #12A46F is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 164 | 111 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.36 |
| HSL | 158.22º | 0.8% | 0.36% | - |
| HSV(B) | 158.22º | 0.89% | 0.64% | - |
| XYZ | 16.39 | 27.83 | 19.55 | - |
| YUV | 114.3 | 126.13 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 111 | 0.89 | 0 | 0.32 | 0.36 | 158.22 | 0.8 | 0.36 |
| Hex | 12 | A4 | 6F | 59 | 0 | 20 | 24 | 9E | 50 | 24 |
| Octal | 22 | 244 | 157 | 131 | 0 | 40 | 44 | 236 | 120 | 44 |
| Binary | 10010 | 10100100 | 1101111 | 1011001 | 0 | 100000 | 100100 | 10011110 | 1010000 | 100100 |
Color Harmonies of #12A46F
Complementary color
Monochromatic Colors of #12A46F
Black with #12A46F
Text Example
Text Example
White with #12A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A46F; }
p { color: rgb(18,164,111); }
H1.HeaderClassName
{
color: #12A46F;
}
.AnyTagClassName
{
color: #12A46F;
}
</style>
background-color css
<style>
a { background-color: #12A46F; }
a { background-color: rgb(18,164,111); }
div.DivClassName
{
background-color: #12A46F;
}
.BgClassName
{
background-color: #12A46F;
}
</style>
border-color css
<style>
span { border-color: #12A46F; }
span { border-color: rgb(18,164,111); }
td.TdClassName
{
border-color: #12A46F;
}
.TagClassName
{
border-color: #12A46F;
}
</style>