Shades of Jade #12AB65
Tints of Jade #12AB65
RGB
CMYK
RGB Variations
Color information
#12AB65 (or 0x12AB65) is known color: Jade. HEX triplet: 12, AB and 65. RGB value is (18,171,101). Sum of RGB (Red+Green+Blue) = 18+171+101=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB65 is #ED549A. Grayscale: #757575. Windows color (decimal): -15553691 or 6662930. OLE color: 6662930.
HSL color Cylindrical-coordinate representation of color #12AB65: hue angle of 152.55º 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 #12AB65 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 101 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.33 |
| HSL | 152.55º | 0.81% | 0.37% | - |
| HSV(B) | 152.55º | 0.89% | 0.67% | - |
| XYZ | 17.16 | 30.19 | 17.24 | - |
| YUV | 117.27 | 118.81 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 101 | 0.89 | 0 | 0.41 | 0.33 | 152.55 | 0.81 | 0.37 |
| Hex | 12 | AB | 65 | 59 | 0 | 29 | 21 | 99 | 51 | 25 |
| Octal | 22 | 253 | 145 | 131 | 0 | 51 | 41 | 231 | 121 | 45 |
| Binary | 10010 | 10101011 | 1100101 | 1011001 | 0 | 101001 | 100001 | 10011001 | 1010001 | 100101 |
Color Harmonies of #12AB65
Complementary color
Monochromatic Colors of #12AB65
Black with #12AB65
Text Example
Text Example
White with #12AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB65; }
p { color: rgb(18,171,101); }
H1.HeaderClassName
{
color: #12AB65;
}
.AnyTagClassName
{
color: #12AB65;
}
</style>
background-color css
<style>
a { background-color: #12AB65; }
a { background-color: rgb(18,171,101); }
div.DivClassName
{
background-color: #12AB65;
}
.BgClassName
{
background-color: #12AB65;
}
</style>
border-color css
<style>
span { border-color: #12AB65; }
span { border-color: rgb(18,171,101); }
td.TdClassName
{
border-color: #12AB65;
}
.TagClassName
{
border-color: #12AB65;
}
</style>