#A5FF70

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

Shades of Feijoa #A5FF70

Tints of Feijoa #A5FF70

Color information

#A5FF70 (or 0xA5FF70) is unknown color: approx Feijoa. HEX triplet: A5, FF and 70. RGB value is (165,255,112). Sum of RGB (Red+Green+Blue) = 165+255+112=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF70 is #5A008F. Grayscale: #D4D4D4. Windows color (decimal): -5898384 or 7405477. OLE color: 7405477.

HSL color Cylindrical-coordinate representation of color #A5FF70: hue angle of 97.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5FF70 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB165255112-
CMYK0.3500.560
HSL97.76º100%71.96%-
HSV(B)97.76º56.08%100%-
XYZ54.280.6928.05-
YUV211.7971.6894.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=31.02%
G=47.93%
B=21.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551120.3500.56097.7610071.96
HexA5FF70230380626448
Octal245377160430700142144110
Binary1010010111111111111000010001101110000110001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF70; }

 p { color: rgb(165,255,112); }

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

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

 a { background-color: rgb(165,255,112); }

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

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

 span { border-color: rgb(165,255,112); }

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