#A5E081

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

Shades of Feijoa #A5E081

Tints of Feijoa #A5E081

Color information

#A5E081 (or 0xA5E081) is unknown color: approx Feijoa. HEX triplet: A5, E0 and 81. RGB value is (165,224,129). Sum of RGB (Red+Green+Blue) = 165+224+129=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E081 is #5A1F7E. Grayscale: #C3C3C3. Windows color (decimal): -5906303 or 8511653. OLE color: 8511653.

HSL color Cylindrical-coordinate representation of color #A5E081: hue angle of 97.26º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5E081 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB165224129-
CMYK0.2600.420.12
HSL97.26º60.51%69.22%-
HSV(B)97.26º42.41%87.84%-
XYZ46.1462.930.48-
YUV195.5390.45106.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=31.85%
G=43.24%
B=24.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652241290.2600.420.1297.2660.5169.22
HexA5E0811A02AC613d45
Octal245340201320521414175105
Binary101001011110000010000001110100101010110011000011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E081; }

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

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

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

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

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

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

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

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