#A5FC79

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

Shades of Feijoa #A5FC79

Tints of Feijoa #A5FC79

Color information

#A5FC79 (or 0xA5FC79) is unknown color: approx Feijoa. HEX triplet: A5, FC and 79. RGB value is (165,252,121). Sum of RGB (Red+Green+Blue) = 165+252+121=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FC79 is #5A0386. Grayscale: #D3D3D3. Windows color (decimal): -5899143 or 7994533. OLE color: 7994533.

HSL color Cylindrical-coordinate representation of color #A5FC79: hue angle of 99.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5FC79 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB165252121-
CMYK0.3500.520.01
HSL99.85º95.62%73.14%-
HSV(B)99.85º51.98%98.82%-
XYZ53.787930.5-
YUV211.0577.1895.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 252 (98.83% from 255) = 46.84%
BLUE value IS 121 (47.66% from 255) = 22.49%
R=30.67%
G=46.84%
B=22.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652521210.3500.520.0199.8595.6273.14
HexA5FC79230341646049
Octal245374171430641144140111
Binary1010010111111100111100110001101101001110010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FC79; }

 p { color: rgb(165,252,121); }

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

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

 a { background-color: rgb(165,252,121); }

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

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

 span { border-color: rgb(165,252,121); }

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