#16A66E

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

Shades of Jade #16A66E

Tints of Jade #16A66E

Color information

#16A66E (or 0x16A66E) is unknown color: approx Jade. HEX triplet: 16, A6 and 6E. RGB value is (22,166,110). Sum of RGB (Red+Green+Blue) = 22+166+110=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #16A66E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A66E is #E95991. Grayscale: #747474. Windows color (decimal): -15292818 or 7251478. OLE color: 7251478.

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

Color convert

RGB22166110-
CMYK0.8700.340.35
HSL156.67º76.6%36.86%-
HSV(B)156.67º86.75%65.1%-
XYZ16.7828.5719.38-
YUV116.56124.2960.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.38%
GREEN value IS 166 (65.23% from 255) = 55.70%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=7.38%
G=55.70%
B=36.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221661100.8700.340.35156.6776.636.86
Hex16A66E57022239d4d25
Octal262461561270424323511545
Binary1011010100110110111010101110100010100011100111011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,166,110); }

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

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

 a { background-color: rgb(22,166,110); }

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

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

 span { border-color: rgb(22,166,110); }

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