#A0FA70

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

Shades of Feijoa #A0FA70

Tints of Feijoa #A0FA70

Color information

#A0FA70 (or 0xA0FA70) is unknown color: approx Feijoa. HEX triplet: A0, FA and 70. RGB value is (160,250,112). Sum of RGB (Red+Green+Blue) = 160+250+112=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA70 is #5F058F. Grayscale: #CFCFCF. Windows color (decimal): -6227344 or 7404192. OLE color: 7404192.

HSL color Cylindrical-coordinate representation of color #A0FA70: hue angle of 99.13º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0FA70 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB160250112-
CMYK0.3600.550.02
HSL99.13º93.24%70.98%-
HSV(B)99.13º55.2%98.04%-
XYZ51.6177.0127.47-
YUV207.3674.1894.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 112 (44.14% from 255) = 21.46%
R=30.65%
G=47.89%
B=21.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501120.3600.550.0299.1393.2470.98
HexA0FA70240372635d47
Octal240372160440672143135107
Binary10100000111110101110000100100011011110110001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FA70; }

 p { color: rgb(160,250,112); }

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

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

 a { background-color: rgb(160,250,112); }

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

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

 span { border-color: rgb(160,250,112); }

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