#16ae68

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

Shades of Jade #16AE68

Tints of Jade #16AE68

Color information

#16AE68 (or 0x16AE68) is unknown color: approx Jade. HEX triplet: 16, AE and 68. RGB value is (22,174,104). Sum of RGB (Red+Green+Blue) = 22+174+104=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AE68 is #E95197. Grayscale: #787878. Windows color (decimal): -15290776 or 6860310. OLE color: 6860310.

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

Color convert

RGB22174104-
CMYK0.8700.400.32
HSL152.37º77.55%38.43%-
HSV(B)152.37º87.36%68.24%-
XYZ17.9731.4418.22-
YUV120.57118.6457.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.33%
GREEN value IS 174 (68.36% from 255) = 58%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=7.33%
G=58%
B=34.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221741040.8700.400.32152.3777.5538.43
Hex16AE685702820984e26
Octal262561501270504023011646
Binary1011010101110110100010101110101000100000100110001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ae68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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