#A0F57C

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

Shades of Feijoa #A0F57C

Tints of Feijoa #A0F57C

Color information

#A0F57C (or 0xA0F57C) is unknown color: approx Feijoa. HEX triplet: A0, F5 and 7C. RGB value is (160,245,124). Sum of RGB (Red+Green+Blue) = 160+245+124=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F57C is #5F0A83. Grayscale: #CECECE. Windows color (decimal): -6228612 or 8189344. OLE color: 8189344.

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

Color convert

RGB160245124-
CMYK0.3500.490.04
HSL102.15º85.82%72.35%-
HSV(B)102.15º49.39%96.08%-
XYZ50.7974.2330.72-
YUV205.7981.8495.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 245 (96.09% from 255) = 46.31%
BLUE value IS 124 (48.83% from 255) = 23.44%
R=30.25%
G=46.31%
B=23.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602451240.3500.490.04102.1585.8272.35
HexA0F57C230314665648
Octal240365174430614146126110
Binary101000001111010111111001000110110001100110011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F57C; }

 p { color: rgb(160,245,124); }

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

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

 a { background-color: rgb(160,245,124); }

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

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

 span { border-color: rgb(160,245,124); }

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