Shades of Jade #12A26D
Tints of Jade #12A26D
RGB
CMYK
RGB Variations
Color information
#12A26D (or 0x12A26D) is known color: Jade. HEX triplet: 12, A2 and 6D. RGB value is (18,162,109). Sum of RGB (Red+Green+Blue) = 18+162+109=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #12A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A26D is #ED5D92. Grayscale: #707070. Windows color (decimal): -15555987 or 7184914. OLE color: 7184914.
HSL color Cylindrical-coordinate representation of color #12A26D: hue angle of 157.92º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A26D is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 162 | 109 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.36 |
| HSL | 157.92º | 0.8% | 0.35% | - |
| HSV(B) | 157.92º | 0.89% | 0.64% | - |
| XYZ | 15.93 | 27.07 | 18.85 | - |
| YUV | 112.9 | 125.79 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 162 | 109 | 0.89 | 0 | 0.33 | 0.36 | 157.92 | 0.8 | 0.35 |
| Hex | 12 | A2 | 6D | 59 | 0 | 21 | 24 | 9E | 50 | 23 |
| Octal | 22 | 242 | 155 | 131 | 0 | 41 | 44 | 236 | 120 | 43 |
| Binary | 10010 | 10100010 | 1101101 | 1011001 | 0 | 100001 | 100100 | 10011110 | 1010000 | 100011 |
Color Harmonies of #12A26D
Complementary color
Monochromatic Colors of #12A26D
Black with #12A26D
Text Example
Text Example
White with #12A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A26D; }
p { color: rgb(18,162,109); }
H1.HeaderClassName
{
color: #12A26D;
}
.AnyTagClassName
{
color: #12A26D;
}
</style>
background-color css
<style>
a { background-color: #12A26D; }
a { background-color: rgb(18,162,109); }
div.DivClassName
{
background-color: #12A26D;
}
.BgClassName
{
background-color: #12A26D;
}
</style>
border-color css
<style>
span { border-color: #12A26D; }
span { border-color: rgb(18,162,109); }
td.TdClassName
{
border-color: #12A26D;
}
.TagClassName
{
border-color: #12A26D;
}
</style>