Shades of Jade #12AB6D
Tints of Jade #12AB6D
RGB
CMYK
RGB Variations
Color information
#12AB6D (or 0x12AB6D) is known color: Jade. HEX triplet: 12, AB and 6D. RGB value is (18,171,109). Sum of RGB (Red+Green+Blue) = 18+171+109=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB6D is #ED5492. Grayscale: #767676. Windows color (decimal): -15553683 or 7187218. OLE color: 7187218.
HSL color Cylindrical-coordinate representation of color #12AB6D: hue angle of 155.69º 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 #12AB6D is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 109 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.33 |
| HSL | 155.69º | 0.81% | 0.37% | - |
| HSV(B) | 155.69º | 0.89% | 0.67% | - |
| XYZ | 17.57 | 30.36 | 19.4 | - |
| YUV | 118.19 | 122.81 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 109 | 0.89 | 0 | 0.36 | 0.33 | 155.69 | 0.81 | 0.37 |
| Hex | 12 | AB | 6D | 59 | 0 | 24 | 21 | 9C | 51 | 25 |
| Octal | 22 | 253 | 155 | 131 | 0 | 44 | 41 | 234 | 121 | 45 |
| Binary | 10010 | 10101011 | 1101101 | 1011001 | 0 | 100100 | 100001 | 10011100 | 1010001 | 100101 |
Color Harmonies of #12AB6D
Complementary color
Monochromatic Colors of #12AB6D
Black with #12AB6D
Text Example
Text Example
White with #12AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB6D; }
p { color: rgb(18,171,109); }
H1.HeaderClassName
{
color: #12AB6D;
}
.AnyTagClassName
{
color: #12AB6D;
}
</style>
background-color css
<style>
a { background-color: #12AB6D; }
a { background-color: rgb(18,171,109); }
div.DivClassName
{
background-color: #12AB6D;
}
.BgClassName
{
background-color: #12AB6D;
}
</style>
border-color css
<style>
span { border-color: #12AB6D; }
span { border-color: rgb(18,171,109); }
td.TdClassName
{
border-color: #12AB6D;
}
.TagClassName
{
border-color: #12AB6D;
}
</style>