#A0F478

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

Shades of Feijoa #A0F478

Tints of Feijoa #A0F478

Color information

#A0F478 (or 0xA0F478) is unknown color: approx Feijoa. HEX triplet: A0, F4 and 78. RGB value is (160,244,120). Sum of RGB (Red+Green+Blue) = 160+244+120=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F478 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F478 is #5F0B87. Grayscale: #CDCDCD. Windows color (decimal): -6228872 or 7926944. OLE color: 7926944.

HSL color Cylindrical-coordinate representation of color #A0F478: hue angle of 100.65º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0F478 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB160244120-
CMYK0.3400.510.04
HSL100.65º84.93%71.37%-
HSV(B)100.65º50.82%95.69%-
XYZ50.2473.5329.31-
YUV204.7580.1796.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=30.53%
G=46.56%
B=22.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441200.3400.510.04100.6584.9371.37
HexA0F478220334655547
Octal240364170420634145125107
Binary101000001111010011110001000100110011100110010110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F478; }

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

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

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

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

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

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

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

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