Shades of Jade #12A46C
Tints of Jade #12A46C
RGB
CMYK
RGB Variations
Color information
#12A46C (or 0x12A46C) is known color: Jade. HEX triplet: 12, A4 and 6C. RGB value is (18,164,108). Sum of RGB (Red+Green+Blue) = 18+164+108=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #12A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A46C is #ED5B93. Grayscale: #727272. Windows color (decimal): -15555476 or 7119890. OLE color: 7119890.
HSL color Cylindrical-coordinate representation of color #12A46C: hue angle of 156.99º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A46C is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 164 | 108 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.36 |
| HSL | 156.99º | 0.8% | 0.36% | - |
| HSV(B) | 156.99º | 0.89% | 0.64% | - |
| XYZ | 16.23 | 27.76 | 18.69 | - |
| YUV | 113.96 | 124.63 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 108 | 0.89 | 0 | 0.34 | 0.36 | 156.99 | 0.8 | 0.36 |
| Hex | 12 | A4 | 6C | 59 | 0 | 22 | 24 | 9D | 50 | 24 |
| Octal | 22 | 244 | 154 | 131 | 0 | 42 | 44 | 235 | 120 | 44 |
| Binary | 10010 | 10100100 | 1101100 | 1011001 | 0 | 100010 | 100100 | 10011101 | 1010000 | 100100 |
Color Harmonies of #12A46C
Complementary color
Monochromatic Colors of #12A46C
Black with #12A46C
Text Example
Text Example
White with #12A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A46C; }
p { color: rgb(18,164,108); }
H1.HeaderClassName
{
color: #12A46C;
}
.AnyTagClassName
{
color: #12A46C;
}
</style>
background-color css
<style>
a { background-color: #12A46C; }
a { background-color: rgb(18,164,108); }
div.DivClassName
{
background-color: #12A46C;
}
.BgClassName
{
background-color: #12A46C;
}
</style>
border-color css
<style>
span { border-color: #12A46C; }
span { border-color: rgb(18,164,108); }
td.TdClassName
{
border-color: #12A46C;
}
.TagClassName
{
border-color: #12A46C;
}
</style>