#A6DF7B

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

Shades of Feijoa #A6DF7B

Tints of Feijoa #A6DF7B

Color information

#A6DF7B (or 0xA6DF7B) is unknown color: approx Feijoa. HEX triplet: A6, DF and 7B. RGB value is (166,223,123). Sum of RGB (Red+Green+Blue) = 166+223+123=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF7B is #592084. Grayscale: #C2C2C2. Windows color (decimal): -5841029 or 8118182. OLE color: 8118182.

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

Color convert

RGB166223123-
CMYK0.2600.450.13
HSL94.2º60.98%67.84%-
HSV(B)94.2º44.84%87.45%-
XYZ45.6962.3128.36-
YUV194.5687.62107.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=32.42%
G=43.55%
B=24.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231230.2600.450.1394.260.9867.84
HexA6DF7B1A02DD5e3d44
Octal246337173320551513675104
Binary10100110110111111111011110100101101110110111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DF7B; }

 p { color: rgb(166,223,123); }

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

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

 a { background-color: rgb(166,223,123); }

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

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

 span { border-color: rgb(166,223,123); }

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