#A0E96C

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

Shades of Feijoa #A0E96C

Tints of Feijoa #A0E96C

Color information

#A0E96C (or 0xA0E96C) is unknown color: approx Feijoa. HEX triplet: A0, E9 and 6C. RGB value is (160,233,108). Sum of RGB (Red+Green+Blue) = 160+233+108=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E96C is #5F1693. Grayscale: #C5C5C5. Windows color (decimal): -6231700 or 7137696. OLE color: 7137696.

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

Color convert

RGB160233108-
CMYK0.3100.540.09
HSL95.04º73.96%66.86%-
HSV(B)95.04º53.65%91.37%-
XYZ46.3466.8324.65-
YUV196.9277.82101.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 233 (91.41% from 255) = 46.51%
BLUE value IS 108 (42.58% from 255) = 21.56%
R=31.94%
G=46.51%
B=21.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602331080.3100.540.0995.0473.9666.86
HexA0E96C1F03695f4a43
Octal2403511543706611137112103
Binary101000001110100111011001111101101101001101111110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E96C; }

 p { color: rgb(160,233,108); }

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

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

 a { background-color: rgb(160,233,108); }

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

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

 span { border-color: rgb(160,233,108); }

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