#A6DD7C

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

Shades of Feijoa #A6DD7C

Tints of Feijoa #A6DD7C

Color information

#A6DD7C (or 0xA6DD7C) is unknown color: approx Feijoa. HEX triplet: A6, DD and 7C. RGB value is (166,221,124). Sum of RGB (Red+Green+Blue) = 166+221+124=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD7C is #592283. Grayscale: #C1C1C1. Windows color (decimal): -5841540 or 8183206. OLE color: 8183206.

HSL color Cylindrical-coordinate representation of color #A6DD7C: hue angle of 94.02º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6DD7C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB166221124-
CMYK0.2500.440.13
HSL94.02º58.79%67.65%-
HSV(B)94.02º43.89%86.67%-
XYZ45.2261.2828.51-
YUV193.588.78108.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.49%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 124 (48.83% from 255) = 24.27%
R=32.49%
G=43.25%
B=24.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211240.2500.440.1394.0258.7967.65
HexA6DD7C1902CD5e3b44
Octal246335174310541513673104
Binary10100110110111011111100110010101100110110111101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD7C; }

 p { color: rgb(166,221,124); }

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

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

 a { background-color: rgb(166,221,124); }

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

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

 span { border-color: rgb(166,221,124); }

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