Shades of Jade #16A369
Tints of Jade #16A369
RGB
CMYK
RGB Variations
Color information
#16A369 (or 0x16A369) is known color: Jade. HEX triplet: 16, A3 and 69. RGB value is (22,163,105). Sum of RGB (Red+Green+Blue) = 22+163+105=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #16A369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A369 is #E95C96. Grayscale: #727272. Windows color (decimal): -15293591 or 6923030. OLE color: 6923030.
HSL color Cylindrical-coordinate representation of color #16A369: hue angle of 155.32º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A369 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 163 | 105 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.36 |
| HSL | 155.32º | 0.76% | 0.36% | - |
| HSV(B) | 155.32º | 0.87% | 0.64% | - |
| XYZ | 15.98 | 27.38 | 17.81 | - |
| YUV | 114.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 163 | 105 | 0.87 | 0 | 0.36 | 0.36 | 155.32 | 0.76 | 0.36 |
| Hex | 16 | A3 | 69 | 57 | 0 | 24 | 24 | 9B | 4C | 24 |
| Octal | 26 | 243 | 151 | 127 | 0 | 44 | 44 | 233 | 114 | 44 |
| Binary | 10110 | 10100011 | 1101001 | 1010111 | 0 | 100100 | 100100 | 10011011 | 1001100 | 100100 |
Color Harmonies of #16A369
Complementary color
Monochromatic Colors of #16A369
Black with #16A369
Text Example
Text Example
White with #16A369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A369; }
p { color: rgb(22,163,105); }
H1.HeaderClassName
{
color: #16A369;
}
.AnyTagClassName
{
color: #16A369;
}
</style>
background-color css
<style>
a { background-color: #16A369; }
a { background-color: rgb(22,163,105); }
div.DivClassName
{
background-color: #16A369;
}
.BgClassName
{
background-color: #16A369;
}
</style>
border-color css
<style>
span { border-color: #16A369; }
span { border-color: rgb(22,163,105); }
td.TdClassName
{
border-color: #16A369;
}
.TagClassName
{
border-color: #16A369;
}
</style>