Shades of Jade #12AB6F
Tints of Jade #12AB6F
RGB
CMYK
RGB Variations
Color information
#12AB6F (or 0x12AB6F) is known color: Jade. HEX triplet: 12, AB and 6F. RGB value is (18,171,111). Sum of RGB (Red+Green+Blue) = 18+171+111=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB6F is #ED5490. Grayscale: #767676. Windows color (decimal): -15553681 or 7318290. OLE color: 7318290.
HSL color Cylindrical-coordinate representation of color #12AB6F: hue angle of 156.47º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB6F is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 111 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.33 |
| HSL | 156.47º | 0.81% | 0.37% | - |
| HSV(B) | 156.47º | 0.89% | 0.67% | - |
| XYZ | 17.68 | 30.4 | 19.98 | - |
| YUV | 118.41 | 123.81 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 111 | 0.89 | 0 | 0.35 | 0.33 | 156.47 | 0.81 | 0.37 |
| Hex | 12 | AB | 6F | 59 | 0 | 23 | 21 | 9C | 51 | 25 |
| Octal | 22 | 253 | 157 | 131 | 0 | 43 | 41 | 234 | 121 | 45 |
| Binary | 10010 | 10101011 | 1101111 | 1011001 | 0 | 100011 | 100001 | 10011100 | 1010001 | 100101 |
Color Harmonies of #12AB6F
Complementary color
Monochromatic Colors of #12AB6F
Black with #12AB6F
Text Example
Text Example
White with #12AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB6F; }
p { color: rgb(18,171,111); }
H1.HeaderClassName
{
color: #12AB6F;
}
.AnyTagClassName
{
color: #12AB6F;
}
</style>
background-color css
<style>
a { background-color: #12AB6F; }
a { background-color: rgb(18,171,111); }
div.DivClassName
{
background-color: #12AB6F;
}
.BgClassName
{
background-color: #12AB6F;
}
</style>
border-color css
<style>
span { border-color: #12AB6F; }
span { border-color: rgb(18,171,111); }
td.TdClassName
{
border-color: #12AB6F;
}
.TagClassName
{
border-color: #12AB6F;
}
</style>