#16A871

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

Shades of Jade #16A871

Tints of Jade #16A871

Color information

#16A871 (or 0x16A871) is unknown color: approx Jade. HEX triplet: 16, A8 and 71. RGB value is (22,168,113). Sum of RGB (Red+Green+Blue) = 22+168+113=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #16A871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A871 is #E9578E. Grayscale: #767676. Windows color (decimal): -15292303 or 7448598. OLE color: 7448598.

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

Color convert

RGB22168113-
CMYK0.8700.330.34
HSL157.4º76.84%37.25%-
HSV(B)157.4º86.9%65.88%-
XYZ17.3129.3720.38-
YUV118.08125.1359.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.26%
GREEN value IS 168 (66.02% from 255) = 55.45%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=7.26%
G=55.45%
B=37.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal221681130.8700.330.34157.476.8437.25
Hex16A87157021229d4d25
Octal262501611270414223511545
Binary1011010101000111000110101110100001100010100111011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,168,113); }

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

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

 a { background-color: rgb(22,168,113); }

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

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

 span { border-color: rgb(22,168,113); }

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