#A0E784

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

Shades of Feijoa #A0E784

Tints of Feijoa #A0E784

Color information

#A0E784 (or 0xA0E784) is unknown color: approx Feijoa. HEX triplet: A0, E7 and 84. RGB value is (160,231,132). Sum of RGB (Red+Green+Blue) = 160+231+132=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E784 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E784 is #5F187B. Grayscale: #C6C6C6. Windows color (decimal): -6232188 or 8710048. OLE color: 8710048.

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

Color convert

RGB160231132-
CMYK0.3100.430.09
HSL103.03º67.35%71.18%-
HSV(B)103.03º42.86%90.59%-
XYZ47.2466.2932.14-
YUV198.4890.48100.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 231 (90.62% from 255) = 44.17%
BLUE value IS 132 (51.95% from 255) = 25.24%
R=30.59%
G=44.17%
B=25.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602311320.3100.430.09103.0367.3571.18
HexA0E7841F02B9674347
Octal2403472043705311147103107
Binary1010000011100111100001001111101010111001110011110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E784; }

 p { color: rgb(160,231,132); }

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

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

 a { background-color: rgb(160,231,132); }

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

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

 span { border-color: rgb(160,231,132); }

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