#A0E771

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

Shades of Feijoa #A0E771

Tints of Feijoa #A0E771

Color information

#A0E771 (or 0xA0E771) is unknown color: approx Feijoa. HEX triplet: A0, E7 and 71. RGB value is (160,231,113). Sum of RGB (Red+Green+Blue) = 160+231+113=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E771 is #5F188E. Grayscale: #C4C4C4. Windows color (decimal): -6232207 or 7464864. OLE color: 7464864.

HSL color Cylindrical-coordinate representation of color #A0E771: hue angle of 96.1º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0E771 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB160231113-
CMYK0.3100.510.09
HSL96.1º71.08%67.45%-
HSV(B)96.1º51.08%90.59%-
XYZ46.0565.8225.9-
YUV196.3280.98102.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 231 (90.62% from 255) = 45.83%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=31.75%
G=45.83%
B=22.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602311130.3100.510.0996.171.0867.45
HexA0E7711F0339604743
Octal2403471613706311140107103
Binary101000001110011111100011111101100111001110000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E771; }

 p { color: rgb(160,231,113); }

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

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

 a { background-color: rgb(160,231,113); }

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

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

 span { border-color: rgb(160,231,113); }

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