#A0E381

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

Shades of Feijoa #A0E381

Tints of Feijoa #A0E381

Color information

#A0E381 (or 0xA0E381) is unknown color: approx Feijoa. HEX triplet: A0, E3 and 81. RGB value is (160,227,129). Sum of RGB (Red+Green+Blue) = 160+227+129=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E381 is #5F1C7E. Grayscale: #C4C4C4. Windows color (decimal): -6233215 or 8512416. OLE color: 8512416.

HSL color Cylindrical-coordinate representation of color #A0E381: hue angle of 101.02º degrees, saturation: 0.64, 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 #A0E381 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB160227129-
CMYK0.3000.430.11
HSL101.02º63.64%69.8%-
HSV(B)101.02º43.17%89.02%-
XYZ45.936430.7-
YUV195.890.3102.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 227 (89.06% from 255) = 43.99%
BLUE value IS 129 (50.78% from 255) = 25%
R=31.01%
G=43.99%
B=25%

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
Decimal1602271290.3000.430.11101.0263.6469.8
HexA0E3811E02BB654046
Octal2403432013605313145100106
Binary1010000011100011100000011111001010111011110010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E381; }

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

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

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

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

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

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

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

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