#A0E382

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

Shades of Feijoa #A0E382

Tints of Feijoa #A0E382

Color information

#A0E382 (or 0xA0E382) is unknown color: approx Feijoa. HEX triplet: A0, E3 and 82. RGB value is (160,227,130). Sum of RGB (Red+Green+Blue) = 160+227+130=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E382 is #5F1C7D. Grayscale: #C4C4C4. Windows color (decimal): -6233214 or 8577952. OLE color: 8577952.

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

Color convert

RGB160227130-
CMYK0.3000.430.11
HSL101.44º63.4%70%-
HSV(B)101.44º42.73%89.02%-
XYZ4664.0231.05-
YUV195.9190.8102.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 227 (89.06% from 255) = 43.91%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=30.95%
G=43.91%
B=25.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271300.3000.430.11101.4463.470
HexA0E3821E02BB653f46
Octal240343202360531314577106
Binary101000001110001110000010111100101011101111001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E382; }

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

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

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

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

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

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

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

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