Shades of Jade #12AA6B
Tints of Jade #12AA6B
RGB
CMYK
RGB Variations
Color information
#12AA6B (or 0x12AA6B) is known color: Jade. HEX triplet: 12, AA and 6B. RGB value is (18,170,107). Sum of RGB (Red+Green+Blue) = 18+170+107=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA6B is #ED5594. Grayscale: #757575. Windows color (decimal): -15553941 or 7055890. OLE color: 7055890.
HSL color Cylindrical-coordinate representation of color #12AA6B: hue angle of 155.13º 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 #12AA6B is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 170 | 107 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.33 |
| HSL | 155.13º | 0.81% | 0.37% | - |
| HSV(B) | 155.13º | 0.89% | 0.67% | - |
| XYZ | 17.28 | 29.94 | 18.78 | - |
| YUV | 117.37 | 122.14 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 107 | 0.89 | 0 | 0.37 | 0.33 | 155.13 | 0.81 | 0.37 |
| Hex | 12 | AA | 6B | 59 | 0 | 25 | 21 | 9B | 51 | 25 |
| Octal | 22 | 252 | 153 | 131 | 0 | 45 | 41 | 233 | 121 | 45 |
| Binary | 10010 | 10101010 | 1101011 | 1011001 | 0 | 100101 | 100001 | 10011011 | 1010001 | 100101 |
Color Harmonies of #12AA6B
Complementary color
Monochromatic Colors of #12AA6B
Black with #12AA6B
Text Example
Text Example
White with #12AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AA6B; }
p { color: rgb(18,170,107); }
H1.HeaderClassName
{
color: #12AA6B;
}
.AnyTagClassName
{
color: #12AA6B;
}
</style>
background-color css
<style>
a { background-color: #12AA6B; }
a { background-color: rgb(18,170,107); }
div.DivClassName
{
background-color: #12AA6B;
}
.BgClassName
{
background-color: #12AA6B;
}
</style>
border-color css
<style>
span { border-color: #12AA6B; }
span { border-color: rgb(18,170,107); }
td.TdClassName
{
border-color: #12AA6B;
}
.TagClassName
{
border-color: #12AA6B;
}
</style>