Shades of Jade #12A16C
Tints of Jade #12A16C
RGB
CMYK
RGB Variations
Color information
#12A16C (or 0x12A16C) is known color: Jade. HEX triplet: 12, A1 and 6C. RGB value is (18,161,108). Sum of RGB (Red+Green+Blue) = 18+161+108=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #12A16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A16C is #ED5E93. Grayscale: #707070. Windows color (decimal): -15556244 or 7119122. OLE color: 7119122.
HSL color Cylindrical-coordinate representation of color #12A16C: hue angle of 157.76º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A16C is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 161 | 108 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.37 |
| HSL | 157.76º | 0.8% | 0.35% | - |
| HSV(B) | 157.76º | 0.89% | 0.63% | - |
| XYZ | 15.7 | 26.7 | 18.51 | - |
| YUV | 112.2 | 125.62 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 108 | 0.89 | 0 | 0.33 | 0.37 | 157.76 | 0.8 | 0.35 |
| Hex | 12 | A1 | 6C | 59 | 0 | 21 | 25 | 9E | 50 | 23 |
| Octal | 22 | 241 | 154 | 131 | 0 | 41 | 45 | 236 | 120 | 43 |
| Binary | 10010 | 10100001 | 1101100 | 1011001 | 0 | 100001 | 100101 | 10011110 | 1010000 | 100011 |
Color Harmonies of #12A16C
Complementary color
Monochromatic Colors of #12A16C
Black with #12A16C
Text Example
Text Example
White with #12A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A16C; }
p { color: rgb(18,161,108); }
H1.HeaderClassName
{
color: #12A16C;
}
.AnyTagClassName
{
color: #12A16C;
}
</style>
background-color css
<style>
a { background-color: #12A16C; }
a { background-color: rgb(18,161,108); }
div.DivClassName
{
background-color: #12A16C;
}
.BgClassName
{
background-color: #12A16C;
}
</style>
border-color css
<style>
span { border-color: #12A16C; }
span { border-color: rgb(18,161,108); }
td.TdClassName
{
border-color: #12A16C;
}
.TagClassName
{
border-color: #12A16C;
}
</style>