#16AE60

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

Shades of Jade #16AE60

Tints of Jade #16AE60

Color information

#16AE60 (or 0x16AE60) is unknown color: approx Jade. HEX triplet: 16, AE and 60. RGB value is (22,174,96). Sum of RGB (Red+Green+Blue) = 22+174+96=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 174 (68.36% from 255 or 59.59% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AE60 is #E9519F. Grayscale: #777777. Windows color (decimal): -15290784 or 6336022. OLE color: 6336022.

HSL color Cylindrical-coordinate representation of color #16AE60: hue angle of 149.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AE60 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB2217496-
CMYK0.8700.450.32
HSL149.21º77.55%38.43%-
HSV(B)149.21º87.36%68.24%-
XYZ17.5831.2916.18-
YUV119.66114.6458.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.53%
GREEN value IS 174 (68.36% from 255) = 59.59%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=7.53%
G=59.59%
B=32.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22174960.8700.450.32149.2177.5538.43
Hex16AE605702D20954e26
Octal262561401270554022511646
Binary1011010101110110000010101110101101100000100101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,174,96); }

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

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

 a { background-color: rgb(22,174,96); }

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

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

 span { border-color: rgb(22,174,96); }

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