Shades of Jade #14AC6C
Tints of Jade #14AC6C
RGB
CMYK
RGB Variations
Color information
#14AC6C (or 0x14AC6C) is known color: Jade. HEX triplet: 14, AC and 6C. RGB value is (20,172,108). Sum of RGB (Red+Green+Blue) = 20+172+108=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AC6C is #EB5393. Grayscale: #777777. Windows color (decimal): -15422356 or 7121940. OLE color: 7121940.
HSL color Cylindrical-coordinate representation of color #14AC6C: hue angle of 154.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC6C is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 172 | 108 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.33 |
| HSL | 154.74º | 0.79% | 0.38% | - |
| HSV(B) | 154.74º | 0.88% | 0.67% | - |
| XYZ | 17.75 | 30.74 | 19.18 | - |
| YUV | 119.26 | 121.64 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 108 | 0.88 | 0 | 0.37 | 0.33 | 154.74 | 0.79 | 0.38 |
| Hex | 14 | AC | 6C | 58 | 0 | 25 | 21 | 9B | 4F | 26 |
| Octal | 24 | 254 | 154 | 130 | 0 | 45 | 41 | 233 | 117 | 46 |
| Binary | 10100 | 10101100 | 1101100 | 1011000 | 0 | 100101 | 100001 | 10011011 | 1001111 | 100110 |
Color Harmonies of #14AC6C
Complementary color
Monochromatic Colors of #14AC6C
Black with #14AC6C
Text Example
Text Example
White with #14AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AC6C; }
p { color: rgb(20,172,108); }
H1.HeaderClassName
{
color: #14AC6C;
}
.AnyTagClassName
{
color: #14AC6C;
}
</style>
background-color css
<style>
a { background-color: #14AC6C; }
a { background-color: rgb(20,172,108); }
div.DivClassName
{
background-color: #14AC6C;
}
.BgClassName
{
background-color: #14AC6C;
}
</style>
border-color css
<style>
span { border-color: #14AC6C; }
span { border-color: rgb(20,172,108); }
td.TdClassName
{
border-color: #14AC6C;
}
.TagClassName
{
border-color: #14AC6C;
}
</style>