#A5E576

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

Shades of Feijoa #A5E576

Tints of Feijoa #A5E576

Color information

#A5E576 (or 0xA5E576) is unknown color: approx Feijoa. HEX triplet: A5, E5 and 76. RGB value is (165,229,118). Sum of RGB (Red+Green+Blue) = 165+229+118=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E576 is #5A1A89. Grayscale: #C5C5C5. Windows color (decimal): -5905034 or 7792037. OLE color: 7792037.

HSL color Cylindrical-coordinate representation of color #A5E576: hue angle of 94.59º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5E576 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB165229118-
CMYK0.2800.480.10
HSL94.59º68.1%68.04%-
HSV(B)94.59º48.47%89.8%-
XYZ46.8165.3527.29-
YUV197.2183.3105.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 229 (89.84% from 255) = 44.73%
BLUE value IS 118 (46.48% from 255) = 23.05%
R=32.23%
G=44.73%
B=23.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652291180.2800.480.1094.5968.168.04
HexA5E5761C030A5f4444
Octal2453451663406012137104104
Binary101001011110010111101101110001100001010101111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E576; }

 p { color: rgb(165,229,118); }

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

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

 a { background-color: rgb(165,229,118); }

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

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

 span { border-color: rgb(165,229,118); }

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