#16A26E

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

Shades of Jade #16A26E

Tints of Jade #16A26E

Color information

#16A26E (or 0x16A26E) is unknown color: approx Jade. HEX triplet: 16, A2 and 6E. RGB value is (22,162,110). Sum of RGB (Red+Green+Blue) = 22+162+110=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #16A26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A26E is #E95D91. Grayscale: #727272. Windows color (decimal): -15293842 or 7250454. OLE color: 7250454.

HSL color Cylindrical-coordinate representation of color #16A26E: hue angle of 157.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A26E is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB22162110-
CMYK0.8600.320.36
HSL157.71º76.09%36.08%-
HSV(B)157.71º86.42%63.53%-
XYZ16.0727.1419.14-
YUV114.21125.6262.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.48%
GREEN value IS 162 (63.67% from 255) = 55.10%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=7.48%
G=55.10%
B=37.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221621100.8600.320.36157.7176.0936.08
Hex16A26E56020249e4c24
Octal262421561260404423611444
Binary1011010100010110111010101100100000100100100111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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