#A0F776

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

Shades of Feijoa #A0F776

Tints of Feijoa #A0F776

Color information

#A0F776 (or 0xA0F776) is unknown color: approx Feijoa. HEX triplet: A0, F7 and 76. RGB value is (160,247,118). Sum of RGB (Red+Green+Blue) = 160+247+118=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F776 is #5F0889. Grayscale: #CECECE. Windows color (decimal): -6228106 or 7796640. OLE color: 7796640.

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

Color convert

RGB160247118-
CMYK0.3500.520.03
HSL100.47º88.97%71.57%-
HSV(B)100.47º52.23%96.86%-
XYZ51.0375.328.99-
YUV206.2878.1894.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 247 (96.88% from 255) = 47.05%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=30.48%
G=47.05%
B=22.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602471180.3500.520.03100.4788.9771.57
HexA0F776230343645948
Octal240367166430643144131110
Binary10100000111101111110110100011011010011110010010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F776; }

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

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

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

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

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

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

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

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