#a5f87e

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

Shades of Feijoa #A5F87E

Tints of Feijoa #A5F87E

Color information

#A5F87E (or 0xA5F87E) is unknown color: approx Feijoa. HEX triplet: A5, F8 and 7E. RGB value is (165,248,126). Sum of RGB (Red+Green+Blue) = 165+248+126=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F87E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F87E is #5A0781. Grayscale: #D1D1D1. Windows color (decimal): -5900162 or 8321189. OLE color: 8321189.

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

Color convert

RGB165248126-
CMYK0.3300.490.03
HSL100.82º89.71%73.33%-
HSV(B)100.82º49.19%97.25%-
XYZ52.8576.6431.75-
YUV209.288196.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 248 (97.27% from 255) = 46.01%
BLUE value IS 126 (49.61% from 255) = 23.38%
R=30.61%
G=46.01%
B=23.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652481260.3300.490.03100.8289.7173.33
HexA5F87E210313655a49
Octal245370176410613145132111
Binary10100101111110001111110100001011000111110010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5f87e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5f87e; }

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

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

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

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

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

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

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

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