#16A66C

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

Shades of Jade #16A66C

Tints of Jade #16A66C

Color information

#16A66C (or 0x16A66C) is unknown color: approx Jade. HEX triplet: 16, A6 and 6C. RGB value is (22,166,108). Sum of RGB (Red+Green+Blue) = 22+166+108=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #16A66C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A66C is #E95993. Grayscale: #747474. Windows color (decimal): -15292820 or 7120406. OLE color: 7120406.

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

Color convert

RGB22166108-
CMYK0.8700.350.35
HSL155.83º76.6%36.86%-
HSV(B)155.83º86.75%65.1%-
XYZ16.6728.5318.81-
YUV116.33123.2960.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.43%
GREEN value IS 166 (65.23% from 255) = 56.08%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=7.43%
G=56.08%
B=36.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221661080.8700.350.35155.8376.636.86
Hex16A66C57023239c4d25
Octal262461541270434323411545
Binary1011010100110110110010101110100011100011100111001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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