Shades of Jade #12A866
Tints of Jade #12A866
RGB
CMYK
RGB Variations
Color information
#12A866 (or 0x12A866) is known color: Jade. HEX triplet: 12, A8 and 66. RGB value is (18,168,102). Sum of RGB (Red+Green+Blue) = 18+168+102=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #12A866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A866 is #ED5799. Grayscale: #737373. Windows color (decimal): -15554458 or 6727698. OLE color: 6727698.
HSL color Cylindrical-coordinate representation of color #12A866: hue angle of 153.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A866 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 102 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.34 |
| HSL | 153.6º | 0.81% | 0.36% | - |
| HSV(B) | 153.6º | 0.89% | 0.66% | - |
| XYZ | 16.65 | 29.09 | 17.31 | - |
| YUV | 115.63 | 120.31 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 102 | 0.89 | 0 | 0.39 | 0.34 | 153.6 | 0.81 | 0.36 |
| Hex | 12 | A8 | 66 | 59 | 0 | 27 | 22 | 9A | 51 | 24 |
| Octal | 22 | 250 | 146 | 131 | 0 | 47 | 42 | 232 | 121 | 44 |
| Binary | 10010 | 10101000 | 1100110 | 1011001 | 0 | 100111 | 100010 | 10011010 | 1010001 | 100100 |
Color Harmonies of #12A866
Complementary color
Monochromatic Colors of #12A866
Black with #12A866
Text Example
Text Example
White with #12A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A866; }
p { color: rgb(18,168,102); }
H1.HeaderClassName
{
color: #12A866;
}
.AnyTagClassName
{
color: #12A866;
}
</style>
background-color css
<style>
a { background-color: #12A866; }
a { background-color: rgb(18,168,102); }
div.DivClassName
{
background-color: #12A866;
}
.BgClassName
{
background-color: #12A866;
}
</style>
border-color css
<style>
span { border-color: #12A866; }
span { border-color: rgb(18,168,102); }
td.TdClassName
{
border-color: #12A866;
}
.TagClassName
{
border-color: #12A866;
}
</style>