#A0E76E

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

Shades of Feijoa #A0E76E

Tints of Feijoa #A0E76E

Color information

#A0E76E (or 0xA0E76E) is unknown color: approx Feijoa. HEX triplet: A0, E7 and 6E. RGB value is (160,231,110). Sum of RGB (Red+Green+Blue) = 160+231+110=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E76E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E76E is #5F1891. Grayscale: #C4C4C4. Windows color (decimal): -6232210 or 7268256. OLE color: 7268256.

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

Color convert

RGB160231110-
CMYK0.3100.520.09
HSL95.21º71.6%66.86%-
HSV(B)95.21º52.38%90.59%-
XYZ45.8965.7525.02-
YUV195.9879.48102.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 110 (43.36% from 255) = 21.96%
R=31.94%
G=46.11%
B=21.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602311100.3100.520.0995.2171.666.86
HexA0E76E1F03495f4843
Octal2403471563706411137110103
Binary101000001110011111011101111101101001001101111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E76E; }

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

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

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

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

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

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

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

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