#A5FD70

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

Shades of Feijoa #A5FD70

Tints of Feijoa #A5FD70

Color information

#A5FD70 (or 0xA5FD70) is unknown color: approx Feijoa. HEX triplet: A5, FD and 70. RGB value is (165,253,112). Sum of RGB (Red+Green+Blue) = 165+253+112=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD70 is #5A028F. Grayscale: #D3D3D3. Windows color (decimal): -5898896 or 7404965. OLE color: 7404965.

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

Color convert

RGB165253112-
CMYK0.3500.560.01
HSL97.45º97.24%71.57%-
HSV(B)97.45º55.73%99.22%-
XYZ53.5779.4227.84-
YUV210.6172.3595.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 253 (99.22% from 255) = 47.74%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=31.13%
G=47.74%
B=21.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531120.3500.560.0197.4597.2471.57
HexA5FD70230381616148
Octal245375160430701141141110
Binary1010010111111101111000010001101110001110000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FD70; }

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

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

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

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

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

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

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

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