#A0E870

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

Shades of Feijoa #A0E870

Tints of Feijoa #A0E870

Color information

#A0E870 (or 0xA0E870) is unknown color: approx Feijoa. HEX triplet: A0, E8 and 70. RGB value is (160,232,112). Sum of RGB (Red+Green+Blue) = 160+232+112=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E870 is #5F178F. Grayscale: #C5C5C5. Windows color (decimal): -6231952 or 7399584. OLE color: 7399584.

HSL color Cylindrical-coordinate representation of color #A0E870: hue angle of 96º 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 #A0E870 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB160232112-
CMYK0.3100.520.09
HSL96º72.29%67.45%-
HSV(B)96º51.72%90.98%-
XYZ46.2866.3625.7-
YUV196.7980.15101.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 232 (91.02% from 255) = 46.03%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=31.75%
G=46.03%
B=22.22%

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
Decimal1602321120.3100.520.099672.2967.45
HexA0E8701F0349604843
Octal2403501603706411140110103
Binary101000001110100011100001111101101001001110000010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E870; }

 p { color: rgb(160,232,112); }

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

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

 a { background-color: rgb(160,232,112); }

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

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

 span { border-color: rgb(160,232,112); }

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