#A0E168

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

Shades of Feijoa #A0E168

Tints of Feijoa #A0E168

Color information

#A0E168 (or 0xA0E168) is unknown color: approx Feijoa. HEX triplet: A0, E1 and 68. RGB value is (160,225,104). Sum of RGB (Red+Green+Blue) = 160+225+104=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E168 is #5F1E97. Grayscale: #C0C0C0. Windows color (decimal): -6233752 or 6873504. OLE color: 6873504.

HSL color Cylindrical-coordinate representation of color #A0E168: hue angle of 92.23º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0E168 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB160225104-
CMYK0.2900.540.12
HSL92.23º66.85%64.51%-
HSV(B)92.23º53.78%88.24%-
XYZ43.9262.3222.81-
YUV191.7778.47105.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 104 (41.02% from 255) = 21.27%
R=32.72%
G=46.01%
B=21.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251040.2900.540.1292.2366.8564.51
HexA0E1681D036C5c4341
Octal2403411503506614134103101
Binary101000001110000111010001110101101101100101110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E168; }

 p { color: rgb(160,225,104); }

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

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

 a { background-color: rgb(160,225,104); }

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

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

 span { border-color: rgb(160,225,104); }

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