Shades of Jade #12AA63
Tints of Jade #12AA63
RGB
CMYK
RGB Variations
Color information
#12AA63 (or 0x12AA63) is known color: Jade. HEX triplet: 12, AA and 63. RGB value is (18,170,99). Sum of RGB (Red+Green+Blue) = 18+170+99=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA63 is #ED559C. Grayscale: #747474. Windows color (decimal): -15553949 or 6531602. OLE color: 6531602.
HSL color Cylindrical-coordinate representation of color #12AA63: hue angle of 151.97º 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 #12AA63 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 170 | 99 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.33 |
| HSL | 151.97º | 0.81% | 0.37% | - |
| HSV(B) | 151.97º | 0.89% | 0.67% | - |
| XYZ | 16.88 | 29.78 | 16.66 | - |
| YUV | 116.46 | 118.14 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 99 | 0.89 | 0 | 0.42 | 0.33 | 151.97 | 0.81 | 0.37 |
| Hex | 12 | AA | 63 | 59 | 0 | 2A | 21 | 98 | 51 | 25 |
| Octal | 22 | 252 | 143 | 131 | 0 | 52 | 41 | 230 | 121 | 45 |
| Binary | 10010 | 10101010 | 1100011 | 1011001 | 0 | 101010 | 100001 | 10011000 | 1010001 | 100101 |
Color Harmonies of #12AA63
Complementary color
Monochromatic Colors of #12AA63
Black with #12AA63
Text Example
Text Example
White with #12AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AA63; }
p { color: rgb(18,170,99); }
H1.HeaderClassName
{
color: #12AA63;
}
.AnyTagClassName
{
color: #12AA63;
}
</style>
background-color css
<style>
a { background-color: #12AA63; }
a { background-color: rgb(18,170,99); }
div.DivClassName
{
background-color: #12AA63;
}
.BgClassName
{
background-color: #12AA63;
}
</style>
border-color css
<style>
span { border-color: #12AA63; }
span { border-color: rgb(18,170,99); }
td.TdClassName
{
border-color: #12AA63;
}
.TagClassName
{
border-color: #12AA63;
}
</style>