#A0E868

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

Shades of Feijoa #A0E868

Tints of Feijoa #A0E868

Color information

#A0E868 (or 0xA0E868) is unknown color: approx Feijoa. HEX triplet: A0, E8 and 68. RGB value is (160,232,104). Sum of RGB (Red+Green+Blue) = 160+232+104=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E868 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E868 is #5F1797. Grayscale: #C4C4C4. Windows color (decimal): -6231960 or 6875296. OLE color: 6875296.

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

Color convert

RGB160232104-
CMYK0.3100.550.09
HSL93.75º73.56%65.88%-
HSV(B)93.75º55.17%90.98%-
XYZ45.8566.1923.46-
YUV195.8876.15102.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 232 (91.02% from 255) = 46.77%
BLUE value IS 104 (41.02% from 255) = 20.97%
R=32.26%
G=46.77%
B=20.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602321040.3100.550.0993.7573.5665.88
HexA0E8681F03795e4a42
Octal2403501503706711136112102
Binary101000001110100011010001111101101111001101111010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E868; }

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

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

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

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

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

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

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

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