#A0E180

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

Shades of Feijoa #A0E180

Tints of Feijoa #A0E180

Color information

#A0E180 (or 0xA0E180) is unknown color: approx Feijoa. HEX triplet: A0, E1 and 80. RGB value is (160,225,128). Sum of RGB (Red+Green+Blue) = 160+225+128=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E180 is #5F1E7F. Grayscale: #C2C2C2. Windows color (decimal): -6233728 or 8446368. OLE color: 8446368.

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

Color convert

RGB160225128-
CMYK0.2900.430.12
HSL100.21º61.78%69.22%-
HSV(B)100.21º43.11%88.24%-
XYZ45.3262.8830.17-
YUV194.5190.47103.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=31.19%
G=43.86%
B=24.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251280.2900.430.12100.2161.7869.22
HexA0E1801D02BC643e45
Octal240341200350531414476105
Binary101000001110000110000000111010101011110011001001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E180; }

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

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

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

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

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

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

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

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