#A5F97F

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

Shades of Feijoa #A5F97F

Tints of Feijoa #A5F97F

Color information

#A5F97F (or 0xA5F97F) is unknown color: approx Feijoa. HEX triplet: A5, F9 and 7F. RGB value is (165,249,127). Sum of RGB (Red+Green+Blue) = 165+249+127=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F97F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F97F is #5A0680. Grayscale: #D2D2D2. Windows color (decimal): -5899905 or 8386981. OLE color: 8386981.

HSL color Cylindrical-coordinate representation of color #A5F97F: hue angle of 101.31º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5F97F is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB165249127-
CMYK0.3400.490.02
HSL101.31º91.04%73.73%-
HSV(B)101.31º49%97.65%-
XYZ53.2277.2832.19-
YUV209.9881.1795.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 127 (50% from 255) = 23.48%
R=30.50%
G=46.03%
B=23.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491270.3400.490.02101.3191.0473.73
HexA5F97F220312655b4a
Octal245371177420612145133112
Binary10100101111110011111111100010011000110110010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F97F; }

 p { color: rgb(165,249,127); }

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

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

 a { background-color: rgb(165,249,127); }

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

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

 span { border-color: rgb(165,249,127); }

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