#A5E16E

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

Shades of Feijoa #A5E16E

Tints of Feijoa #A5E16E

Color information

#A5E16E (or 0xA5E16E) is unknown color: approx Feijoa. HEX triplet: A5, E1 and 6E. RGB value is (165,225,110). Sum of RGB (Red+Green+Blue) = 165+225+110=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E16E is #5A1E91. Grayscale: #C2C2C2. Windows color (decimal): -5906066 or 7266725. OLE color: 7266725.

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

Color convert

RGB165225110-
CMYK0.2700.510.12
HSL91.3º65.71%65.69%-
HSV(B)91.3º51.11%88.24%-
XYZ45.2662.9824.52-
YUV193.9580.62107.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 225 (88.28% from 255) = 45%
BLUE value IS 110 (43.36% from 255) = 22%
R=33%
G=45%
B=22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251100.2700.510.1291.365.7165.69
HexA5E16E1B033C5b4242
Octal2453411563306314133102102
Binary101001011110000111011101101101100111100101101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E16E; }

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

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

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

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

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

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

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

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