#A3DE70

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

Shades of Feijoa #A3DE70

Tints of Feijoa #A3DE70

Color information

#A3DE70 (or 0xA3DE70) is unknown color: approx Feijoa. HEX triplet: A3, DE and 70. RGB value is (163,222,112). Sum of RGB (Red+Green+Blue) = 163+222+112=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DE70 is #5C218F. Grayscale: #C0C0C0. Windows color (decimal): -6037904 or 7397027. OLE color: 7397027.

HSL color Cylindrical-coordinate representation of color #A3DE70: hue angle of 92.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3DE70 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB163222112-
CMYK0.2700.500.13
HSL92.18º62.5%65.49%-
HSV(B)92.18º49.55%87.06%-
XYZ44.1561.224.81-
YUV191.8282.95107.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 222 (87.11% from 255) = 44.67%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=32.80%
G=44.67%
B=22.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221120.2700.500.1392.1862.565.49
HexA3DE701B032D5c3e41
Octal243336160330621513476101
Binary10100011110111101110000110110110010110110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DE70; }

 p { color: rgb(163,222,112); }

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

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

 a { background-color: rgb(163,222,112); }

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

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

 span { border-color: rgb(163,222,112); }

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