Shades of Jade #12AD60
Tints of Jade #12AD60
RGB
CMYK
RGB Variations
Color information
#12AD60 (or 0x12AD60) is known color: Jade. HEX triplet: 12, AD and 60. RGB value is (18,173,96). Sum of RGB (Red+Green+Blue) = 18+173+96=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AD60 is #ED529F. Grayscale: #767676. Windows color (decimal): -15553184 or 6335762. OLE color: 6335762.
HSL color Cylindrical-coordinate representation of color #12AD60: hue angle of 150.19º 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 #12AD60 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 96 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.32 |
| HSL | 150.19º | 0.81% | 0.37% | - |
| HSV(B) | 150.19º | 0.9% | 0.68% | - |
| XYZ | 17.3 | 30.86 | 16.11 | - |
| YUV | 117.88 | 115.65 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 96 | 0.90 | 0 | 0.45 | 0.32 | 150.19 | 0.81 | 0.37 |
| Hex | 12 | AD | 60 | 5A | 0 | 2D | 20 | 96 | 51 | 25 |
| Octal | 22 | 255 | 140 | 132 | 0 | 55 | 40 | 226 | 121 | 45 |
| Binary | 10010 | 10101101 | 1100000 | 1011010 | 0 | 101101 | 100000 | 10010110 | 1010001 | 100101 |
Color Harmonies of #12AD60
Complementary color
Monochromatic Colors of #12AD60
Black with #12AD60
Text Example
Text Example
White with #12AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD60; }
p { color: rgb(18,173,96); }
H1.HeaderClassName
{
color: #12AD60;
}
.AnyTagClassName
{
color: #12AD60;
}
</style>
background-color css
<style>
a { background-color: #12AD60; }
a { background-color: rgb(18,173,96); }
div.DivClassName
{
background-color: #12AD60;
}
.BgClassName
{
background-color: #12AD60;
}
</style>
border-color css
<style>
span { border-color: #12AD60; }
span { border-color: rgb(18,173,96); }
td.TdClassName
{
border-color: #12AD60;
}
.TagClassName
{
border-color: #12AD60;
}
</style>