#a5e76c

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

Shades of Feijoa #A5E76C

Tints of Feijoa #A5E76C

Color information

#A5E76C (or 0xA5E76C) is unknown color: approx Feijoa. HEX triplet: A5, E7 and 6C. RGB value is (165,231,108). Sum of RGB (Red+Green+Blue) = 165+231+108=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E76C is #5A1893. Grayscale: #C5C5C5. Windows color (decimal): -5904532 or 7137189. OLE color: 7137189.

HSL color Cylindrical-coordinate representation of color #A5E76C: hue angle of 92.2º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E76C is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB165231108-
CMYK0.2900.530.09
HSL92.2º71.93%66.47%-
HSV(B)92.2º53.25%90.59%-
XYZ46.866.2324.51-
YUV197.2477.63105-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 231 (90.62% from 255) = 45.83%
BLUE value IS 108 (42.58% from 255) = 21.43%
R=32.74%
G=45.83%
B=21.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652311080.2900.530.0992.271.9366.47
HexA5E76C1D03595c4842
Octal2453471543506511134110102
Binary101001011110011111011001110101101011001101110010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5e76c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5e76c; }

 p { color: rgb(165,231,108); }

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

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

 a { background-color: rgb(165,231,108); }

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

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

 span { border-color: rgb(165,231,108); }

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