#A5E17E

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

Shades of Feijoa #A5E17E

Tints of Feijoa #A5E17E

Color information

#A5E17E (or 0xA5E17E) is unknown color: approx Feijoa. HEX triplet: A5, E1 and 7E. RGB value is (165,225,126). Sum of RGB (Red+Green+Blue) = 165+225+126=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E17E is #5A1E81. Grayscale: #C4C4C4. Windows color (decimal): -5906050 or 8315301. OLE color: 8315301.

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

Color convert

RGB165225126-
CMYK0.2700.440.12
HSL96.36º62.26%68.82%-
HSV(B)96.36º44%88.24%-
XYZ46.2163.3629.53-
YUV195.7788.62106.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 225 (88.28% from 255) = 43.60%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=31.98%
G=43.60%
B=24.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251260.2700.440.1296.3662.2668.82
HexA5E17E1B02CC603e45
Octal245341176330541414076105
Binary10100101111000011111110110110101100110011000001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E17E; }

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

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

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

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

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

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

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

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