#A5F076

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

Shades of Feijoa #A5F076

Tints of Feijoa #A5F076

Color information

#A5F076 (or 0xA5F076) is unknown color: approx Feijoa. HEX triplet: A5, F0 and 76. RGB value is (165,240,118). Sum of RGB (Red+Green+Blue) = 165+240+118=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F076 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F076 is #5A0F89. Grayscale: #CCCCCC. Windows color (decimal): -5902218 or 7794853. OLE color: 7794853.

HSL color Cylindrical-coordinate representation of color #A5F076: hue angle of 96.89º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5F076 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB165240118-
CMYK0.3100.510.06
HSL96.89º80.26%70.2%-
HSV(B)96.89º50.83%94.12%-
XYZ49.9571.6328.33-
YUV203.6779.65100.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 240 (94.14% from 255) = 45.89%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=31.55%
G=45.89%
B=22.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652401180.3100.510.0696.8980.2670.2
HexA5F0761F0336615046
Octal245360166370636141120106
Binary10100101111100001110110111110110011110110000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F076; }

 p { color: rgb(165,240,118); }

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

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

 a { background-color: rgb(165,240,118); }

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

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

 span { border-color: rgb(165,240,118); }

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