Shades of Jade #12AD66
Tints of Jade #12AD66
RGB
CMYK
RGB Variations
Color information
#12AD66 (or 0x12AD66) is known color: Jade. HEX triplet: 12, AD and 66. RGB value is (18,173,102). Sum of RGB (Red+Green+Blue) = 18+173+102=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AD66 is #ED5299. Grayscale: #767676. Windows color (decimal): -15553178 or 6728978. OLE color: 6728978.
HSL color Cylindrical-coordinate representation of color #12AD66: hue angle of 152.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD66 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 102 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.32 |
| HSL | 152.52º | 0.81% | 0.37% | - |
| HSV(B) | 152.52º | 0.9% | 0.68% | - |
| XYZ | 17.59 | 30.98 | 17.62 | - |
| YUV | 118.56 | 118.65 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 102 | 0.90 | 0 | 0.41 | 0.32 | 152.52 | 0.81 | 0.37 |
| Hex | 12 | AD | 66 | 5A | 0 | 29 | 20 | 99 | 51 | 25 |
| Octal | 22 | 255 | 146 | 132 | 0 | 51 | 40 | 231 | 121 | 45 |
| Binary | 10010 | 10101101 | 1100110 | 1011010 | 0 | 101001 | 100000 | 10011001 | 1010001 | 100101 |
Color Harmonies of #12AD66
Complementary color
Monochromatic Colors of #12AD66
Black with #12AD66
Text Example
Text Example
White with #12AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD66; }
p { color: rgb(18,173,102); }
H1.HeaderClassName
{
color: #12AD66;
}
.AnyTagClassName
{
color: #12AD66;
}
</style>
background-color css
<style>
a { background-color: #12AD66; }
a { background-color: rgb(18,173,102); }
div.DivClassName
{
background-color: #12AD66;
}
.BgClassName
{
background-color: #12AD66;
}
</style>
border-color css
<style>
span { border-color: #12AD66; }
span { border-color: rgb(18,173,102); }
td.TdClassName
{
border-color: #12AD66;
}
.TagClassName
{
border-color: #12AD66;
}
</style>