#16A96C

Color #16A96C Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #16A96C

Tints of Jade #16A96C

Color information

#16A96C (or 0x16A96C) is unknown color: approx Jade. HEX triplet: 16, A9 and 6C. RGB value is (22,169,108). Sum of RGB (Red+Green+Blue) = 22+169+108=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #16A96C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A96C is #E95693. Grayscale: #767676. Windows color (decimal): -15292052 or 7121174. OLE color: 7121174.

HSL color Cylindrical-coordinate representation of color #16A96C: hue angle of 155.1º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A96C is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB22169108-
CMYK0.8700.360.34
HSL155.1º76.96%37.45%-
HSV(B)155.1º86.98%66.27%-
XYZ17.2329.6319-
YUV118.09122.359.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 7.36%
GREEN value IS 169 (66.41% from 255) = 56.52%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=7.36%
G=56.52%
B=36.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal221691080.8700.360.34155.176.9637.45
Hex16A96C57024229b4d25
Octal262511541270444223311545
Binary1011010101001110110010101110100100100010100110111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A96C; }

 p { color: rgb(22,169,108); }

 H1.HeaderClassName
 {
   color: #16A96C;
 }
 .AnyTagClassName
 {
   color: #16A96C;
 }
</style>
background-color css

<style>
 a { background-color: #16A96C; }

 a { background-color: rgb(22,169,108); }

 div.DivClassName
 {
   background-color: #16A96C;
 }
 .BgClassName
 {
   background-color: #16A96C;
 }
</style>
border-color css

<style>
 span { border-color: #16A96C; }

 span { border-color: rgb(22,169,108); }

 td.TdClassName
 {
   border-color: #16A96C;
 }
 .TagClassName
 {
   border-color: #16A96C;
 }
</style>