#16A66F

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

Shades of Jade #16A66F

Tints of Jade #16A66F

Color information

#16A66F (or 0x16A66F) is unknown color: approx Jade. HEX triplet: 16, A6 and 6F. RGB value is (22,166,111). Sum of RGB (Red+Green+Blue) = 22+166+111=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #16A66F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A66F is #E95990. Grayscale: #747474. Windows color (decimal): -15292817 or 7317014. OLE color: 7317014.

HSL color Cylindrical-coordinate representation of color #16A66F: hue angle of 157.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A66F is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB22166111-
CMYK0.8700.330.35
HSL157.08º76.6%36.86%-
HSV(B)157.08º86.75%65.1%-
XYZ16.8428.5919.67-
YUV116.67124.7960.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.36%
GREEN value IS 166 (65.23% from 255) = 55.52%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=7.36%
G=55.52%
B=37.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221661110.8700.330.35157.0876.636.86
Hex16A66F57021239d4d25
Octal262461571270414323511545
Binary1011010100110110111110101110100001100011100111011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,166,111); }

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

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

 a { background-color: rgb(22,166,111); }

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

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

 span { border-color: rgb(22,166,111); }

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