#A0EF6E

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

Shades of Feijoa #A0EF6E

Tints of Feijoa #A0EF6E

Color information

#A0EF6E (or 0xA0EF6E) is unknown color: approx Feijoa. HEX triplet: A0, EF and 6E. RGB value is (160,239,110). Sum of RGB (Red+Green+Blue) = 160+239+110=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF6E is #5F1091. Grayscale: #C9C9C9. Windows color (decimal): -6230162 or 7270304. OLE color: 7270304.

HSL color Cylindrical-coordinate representation of color #A0EF6E: hue angle of 96.74º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0EF6E is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB160239110-
CMYK0.3300.540.06
HSL96.74º80.12%68.43%-
HSV(B)96.74º53.97%93.73%-
XYZ48.1870.3325.79-
YUV200.6776.8398.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 110 (43.36% from 255) = 21.61%
R=31.43%
G=46.95%
B=21.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602391100.3300.540.0696.7480.1268.43
HexA0EF6E210366615044
Octal240357156410666141120104
Binary101000001110111111011101000010110110110110000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EF6E; }

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

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

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

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

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

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

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

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