#A5E381

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

Shades of Feijoa #A5E381

Tints of Feijoa #A5E381

Color information

#A5E381 (or 0xA5E381) is unknown color: approx Feijoa. HEX triplet: A5, E3 and 81. RGB value is (165,227,129). Sum of RGB (Red+Green+Blue) = 165+227+129=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E381 is #5A1C7E. Grayscale: #C5C5C5. Windows color (decimal): -5905535 or 8512421. OLE color: 8512421.

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

Color convert

RGB165227129-
CMYK0.2700.430.11
HSL97.96º63.64%69.8%-
HSV(B)97.96º43.17%89.02%-
XYZ46.9564.5230.75-
YUV197.2989.46104.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 227 (89.06% from 255) = 43.57%
BLUE value IS 129 (50.78% from 255) = 24.76%
R=31.67%
G=43.57%
B=24.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652271290.2700.430.1197.9663.6469.8
HexA5E3811B02BB624046
Octal2453432013305313142100106
Binary1010010111100011100000011101101010111011110001010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E381; }

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

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

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

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

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

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

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

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