#A0FD78

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

Shades of Feijoa #A0FD78

Tints of Feijoa #A0FD78

Color information

#A0FD78 (or 0xA0FD78) is unknown color: approx Feijoa. HEX triplet: A0, FD and 78. RGB value is (160,253,120). Sum of RGB (Red+Green+Blue) = 160+253+120=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD78 is #5F0287. Grayscale: #D2D2D2. Windows color (decimal): -6226568 or 7929248. OLE color: 7929248.

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

Color convert

RGB160253120-
CMYK0.3700.530.01
HSL101.95º97.08%73.14%-
HSV(B)101.95º52.57%99.22%-
XYZ53.0179.0830.24-
YUV210.0377.1992.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=30.02%
G=47.47%
B=22.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602531200.3700.530.01101.9597.0873.14
HexA0FD78250351666149
Octal240375170450651146141111
Binary1010000011111101111100010010101101011110011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FD78; }

 p { color: rgb(160,253,120); }

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

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

 a { background-color: rgb(160,253,120); }

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

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

 span { border-color: rgb(160,253,120); }

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