#A5FF78

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

Shades of Feijoa #A5FF78

Tints of Feijoa #A5FF78

Color information

#A5FF78 (or 0xA5FF78) is unknown color: approx Feijoa. HEX triplet: A5, FF and 78. RGB value is (165,255,120). Sum of RGB (Red+Green+Blue) = 165+255+120=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF78 is #5A0087. Grayscale: #D5D5D5. Windows color (decimal): -5898376 or 7929765. OLE color: 7929765.

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

Color convert

RGB165255120-
CMYK0.3500.530
HSL100º100%73.53%-
HSV(B)100º52.94%100%-
XYZ54.6780.8830.5-
YUV212.775.6893.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 120 (47.27% from 255) = 22.22%
R=30.56%
G=47.22%
B=22.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551200.3500.53010010073.53
HexA5FF7823035064644a
Octal245377170430650144144112
Binary1010010111111111111100010001101101010110010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF78; }

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

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

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

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

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

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

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

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