#A5E77E

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

Shades of Feijoa #A5E77E

Tints of Feijoa #A5E77E

Color information

#A5E77E (or 0xA5E77E) is unknown color: approx Feijoa. HEX triplet: A5, E7 and 7E. RGB value is (165,231,126). Sum of RGB (Red+Green+Blue) = 165+231+126=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E77E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E77E is #5A1881. Grayscale: #C7C7C7. Windows color (decimal): -5904514 or 8316837. OLE color: 8316837.

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

Color convert

RGB165231126-
CMYK0.2900.450.09
HSL97.71º68.63%70%-
HSV(B)97.71º45.45%90.59%-
XYZ47.8666.6630.08-
YUV199.386.63103.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 231 (90.62% from 255) = 44.25%
BLUE value IS 126 (49.61% from 255) = 24.14%
R=31.61%
G=44.25%
B=24.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652311260.2900.450.0997.7168.6370
HexA5E77E1D02D9624546
Octal2453471763505511142105106
Binary101001011110011111111101110101011011001110001010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E77E; }

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

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

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

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

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

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

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

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