#A5E17A

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

Shades of Feijoa #A5E17A

Tints of Feijoa #A5E17A

Color information

#A5E17A (or 0xA5E17A) is unknown color: approx Feijoa. HEX triplet: A5, E1 and 7A. RGB value is (165,225,122). Sum of RGB (Red+Green+Blue) = 165+225+122=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E17A is #5A1E85. Grayscale: #C3C3C3. Windows color (decimal): -5906054 or 8053157. OLE color: 8053157.

HSL color Cylindrical-coordinate representation of color #A5E17A: hue angle of 94.95º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5E17A is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB165225122-
CMYK0.2700.460.12
HSL94.95º63.19%68.04%-
HSV(B)94.95º45.78%88.24%-
XYZ45.9663.2528.2-
YUV195.3286.62106.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=32.23%
G=43.95%
B=23.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251220.2700.460.1294.9563.1968.04
HexA5E17A1B02EC5f3f44
Octal245341172330561413777104
Binary10100101111000011111010110110101110110010111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E17A; }

 p { color: rgb(165,225,122); }

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

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

 a { background-color: rgb(165,225,122); }

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

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

 span { border-color: rgb(165,225,122); }

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