#A0F77A

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

Shades of Feijoa #A0F77A

Tints of Feijoa #A0F77A

Color information

#A0F77A (or 0xA0F77A) is unknown color: approx Feijoa. HEX triplet: A0, F7 and 7A. RGB value is (160,247,122). Sum of RGB (Red+Green+Blue) = 160+247+122=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F77A is #5F0885. Grayscale: #CFCFCF. Windows color (decimal): -6228102 or 8058784. OLE color: 8058784.

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

Color convert

RGB160247122-
CMYK0.3500.510.03
HSL101.76º88.65%72.35%-
HSV(B)101.76º50.61%96.86%-
XYZ51.2775.430.26-
YUV206.7480.1894.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 247 (96.88% from 255) = 46.69%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=30.25%
G=46.69%
B=23.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602471220.3500.510.03101.7688.6572.35
HexA0F77A230333665948
Octal240367172430633146131110
Binary10100000111101111111010100011011001111110011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F77A; }

 p { color: rgb(160,247,122); }

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

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

 a { background-color: rgb(160,247,122); }

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

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

 span { border-color: rgb(160,247,122); }

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