Shades of Jade #12AF60
Tints of Jade #12AF60
RGB
CMYK
RGB Variations
Color information
#12AF60 (or 0x12AF60) is known color: Jade. HEX triplet: 12, AF and 60. RGB value is (18,175,96). Sum of RGB (Red+Green+Blue) = 18+175+96=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF60 is #ED509F. Grayscale: #777777. Windows color (decimal): -15552672 or 6336274. OLE color: 6336274.
HSL color Cylindrical-coordinate representation of color #12AF60: hue angle of 149.81º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF60 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 96 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.31 |
| HSL | 149.81º | 0.81% | 0.38% | - |
| HSV(B) | 149.81º | 0.9% | 0.69% | - |
| XYZ | 17.69 | 31.63 | 16.24 | - |
| YUV | 119.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 96 | 0.90 | 0 | 0.45 | 0.31 | 149.81 | 0.81 | 0.38 |
| Hex | 12 | AF | 60 | 5A | 0 | 2D | 1F | 96 | 51 | 26 |
| Octal | 22 | 257 | 140 | 132 | 0 | 55 | 37 | 226 | 121 | 46 |
| Binary | 10010 | 10101111 | 1100000 | 1011010 | 0 | 101101 | 11111 | 10010110 | 1010001 | 100110 |
Color Harmonies of #12AF60
Complementary color
Monochromatic Colors of #12AF60
Black with #12AF60
Text Example
Text Example
White with #12AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF60; }
p { color: rgb(18,175,96); }
H1.HeaderClassName
{
color: #12AF60;
}
.AnyTagClassName
{
color: #12AF60;
}
</style>
background-color css
<style>
a { background-color: #12AF60; }
a { background-color: rgb(18,175,96); }
div.DivClassName
{
background-color: #12AF60;
}
.BgClassName
{
background-color: #12AF60;
}
</style>
border-color css
<style>
span { border-color: #12AF60; }
span { border-color: rgb(18,175,96); }
td.TdClassName
{
border-color: #12AF60;
}
.TagClassName
{
border-color: #12AF60;
}
</style>