Shades of Jade #12A268
Tints of Jade #12A268
RGB
CMYK
RGB Variations
Color information
#12A268 (or 0x12A268) is known color: Jade. HEX triplet: 12, A2 and 68. RGB value is (18,162,104). Sum of RGB (Red+Green+Blue) = 18+162+104=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #12A268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A268 is #ED5D97. Grayscale: #707070. Windows color (decimal): -15555992 or 6857234. OLE color: 6857234.
HSL color Cylindrical-coordinate representation of color #12A268: hue angle of 155.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A268 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 162 | 104 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.36 |
| HSL | 155.83º | 0.8% | 0.35% | - |
| HSV(B) | 155.83º | 0.89% | 0.64% | - |
| XYZ | 15.67 | 26.97 | 17.48 | - |
| YUV | 112.33 | 123.29 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 162 | 104 | 0.89 | 0 | 0.36 | 0.36 | 155.83 | 0.8 | 0.35 |
| Hex | 12 | A2 | 68 | 59 | 0 | 24 | 24 | 9C | 50 | 23 |
| Octal | 22 | 242 | 150 | 131 | 0 | 44 | 44 | 234 | 120 | 43 |
| Binary | 10010 | 10100010 | 1101000 | 1011001 | 0 | 100100 | 100100 | 10011100 | 1010000 | 100011 |
Color Harmonies of #12A268
Complementary color
Monochromatic Colors of #12A268
Black with #12A268
Text Example
Text Example
White with #12A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A268; }
p { color: rgb(18,162,104); }
H1.HeaderClassName
{
color: #12A268;
}
.AnyTagClassName
{
color: #12A268;
}
</style>
background-color css
<style>
a { background-color: #12A268; }
a { background-color: rgb(18,162,104); }
div.DivClassName
{
background-color: #12A268;
}
.BgClassName
{
background-color: #12A268;
}
</style>
border-color css
<style>
span { border-color: #12A268; }
span { border-color: rgb(18,162,104); }
td.TdClassName
{
border-color: #12A268;
}
.TagClassName
{
border-color: #12A268;
}
</style>