#A0E179

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

Shades of Feijoa #A0E179

Tints of Feijoa #A0E179

Color information

#A0E179 (or 0xA0E179) is unknown color: approx Feijoa. HEX triplet: A0, E1 and 79. RGB value is (160,225,121). Sum of RGB (Red+Green+Blue) = 160+225+121=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E179 is #5F1E86. Grayscale: #C2C2C2. Windows color (decimal): -6233735 or 7987616. OLE color: 7987616.

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

Color convert

RGB160225121-
CMYK0.2900.460.12
HSL97.5º63.41%67.84%-
HSV(B)97.5º46.22%88.24%-
XYZ44.8762.727.83-
YUV193.7186.97103.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 225 (88.28% from 255) = 44.47%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=31.62%
G=44.47%
B=23.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251210.2900.460.1297.563.4167.84
HexA0E1791D02EC623f44
Octal240341171350561414277104
Binary10100000111000011111001111010101110110011000101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E179; }

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

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

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

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

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

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

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

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