#16A36D

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

Shades of Jade #16A36D

Tints of Jade #16A36D

Color information

#16A36D (or 0x16A36D) is unknown color: approx Jade. HEX triplet: 16, A3 and 6D. RGB value is (22,163,109). Sum of RGB (Red+Green+Blue) = 22+163+109=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #16A36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A36D is #E95C92. Grayscale: #727272. Windows color (decimal): -15293587 or 7185174. OLE color: 7185174.

HSL color Cylindrical-coordinate representation of color #16A36D: hue angle of 157.02º 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 #16A36D is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB22163109-
CMYK0.8700.330.36
HSL157.02º76.22%36.27%-
HSV(B)157.02º86.5%63.92%-
XYZ16.1927.4718.92-
YUV114.68124.7961.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.48%
GREEN value IS 163 (64.06% from 255) = 55.44%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=7.48%
G=55.44%
B=37.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221631090.8700.330.36157.0276.2236.27
Hex16A36D57021249d4c24
Octal262431551270414423511444
Binary1011010100011110110110101110100001100100100111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,163,109); }

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

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

 a { background-color: rgb(22,163,109); }

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

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

 span { border-color: rgb(22,163,109); }

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