#A5F87D

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

Shades of Feijoa #A5F87D

Tints of Feijoa #A5F87D

Color information

#A5F87D (or 0xA5F87D) is unknown color: approx Feijoa. HEX triplet: A5, F8 and 7D. RGB value is (165,248,125). Sum of RGB (Red+Green+Blue) = 165+248+125=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F87D is #5A0782. Grayscale: #D1D1D1. Windows color (decimal): -5900163 or 8255653. OLE color: 8255653.

HSL color Cylindrical-coordinate representation of color #A5F87D: hue angle of 100.49º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5F87D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB165248125-
CMYK0.3300.500.03
HSL100.49º89.78%73.14%-
HSV(B)100.49º49.6%97.25%-
XYZ52.7976.6131.41-
YUV209.1680.596.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 248 (97.27% from 255) = 46.10%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=30.67%
G=46.10%
B=23.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652481250.3300.500.03100.4989.7873.14
HexA5F87D210323645a49
Octal245370175410623144132111
Binary10100101111110001111101100001011001011110010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F87D; }

 p { color: rgb(165,248,125); }

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

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

 a { background-color: rgb(165,248,125); }

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

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

 span { border-color: rgb(165,248,125); }

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