#A0E379

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

Shades of Feijoa #A0E379

Tints of Feijoa #A0E379

Color information

#A0E379 (or 0xA0E379) is unknown color: approx Feijoa. HEX triplet: A0, E3 and 79. RGB value is (160,227,121). Sum of RGB (Red+Green+Blue) = 160+227+121=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E379 is #5F1C86. Grayscale: #C3C3C3. Windows color (decimal): -6233223 or 7988128. OLE color: 7988128.

HSL color Cylindrical-coordinate representation of color #A0E379: hue angle of 97.92º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E379 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB160227121-
CMYK0.3000.470.11
HSL97.92º65.43%68.24%-
HSV(B)97.92º46.7%89.02%-
XYZ45.4263.7928.01-
YUV194.8886.3103.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 227 (89.06% from 255) = 44.69%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=31.50%
G=44.69%
B=23.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271210.3000.470.1197.9265.4368.24
HexA0E3791E02FB624144
Octal2403431713605713142101104
Binary101000001110001111110011111001011111011110001010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E379; }

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

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

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

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

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

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

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

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