#a0ea7a

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

Shades of Feijoa #A0EA7A

Tints of Feijoa #A0EA7A

Color information

#A0EA7A (or 0xA0EA7A) is unknown color: approx Feijoa. HEX triplet: A0, EA and 7A. RGB value is (160,234,122). Sum of RGB (Red+Green+Blue) = 160+234+122=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA7A is #5F1585. Grayscale: #C7C7C7. Windows color (decimal): -6231430 or 8055456. OLE color: 8055456.

HSL color Cylindrical-coordinate representation of color #A0EA7A: hue angle of 99.64º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0EA7A is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB160234122-
CMYK0.3200.480.08
HSL99.64º72.73%69.8%-
HSV(B)99.64º47.86%91.76%-
XYZ47.4367.7228.98-
YUV199.1184.48100.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 234 (91.80% from 255) = 45.35%
BLUE value IS 122 (48.05% from 255) = 23.64%
R=31.01%
G=45.35%
B=23.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602341220.3200.480.0899.6472.7369.8
HexA0EA7A200308644946
Octal2403521724006010144111106
Binary1010000011101010111101010000001100001000110010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0ea7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0ea7a; }

 p { color: rgb(160,234,122); }

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

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

 a { background-color: rgb(160,234,122); }

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

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

 span { border-color: rgb(160,234,122); }

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