#A5F772

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

Shades of Feijoa #A5F772

Tints of Feijoa #A5F772

Color information

#A5F772 (or 0xA5F772) is unknown color: approx Feijoa. HEX triplet: A5, F7 and 72. RGB value is (165,247,114). Sum of RGB (Red+Green+Blue) = 165+247+114=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F772 is #5A088D. Grayscale: #CFCFCF. Windows color (decimal): -5900430 or 7534501. OLE color: 7534501.

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

Color convert

RGB165247114-
CMYK0.3300.540.03
HSL96.99º89.26%70.78%-
HSV(B)96.99º53.85%96.86%-
XYZ51.8275.7427.81-
YUV207.3275.3397.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 247 (96.88% from 255) = 46.96%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=31.37%
G=46.96%
B=21.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652471140.3300.540.0396.9989.2670.78
HexA5F772210363615947
Octal245367162410663141131107
Binary10100101111101111110010100001011011011110000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F772; }

 p { color: rgb(165,247,114); }

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

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

 a { background-color: rgb(165,247,114); }

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

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

 span { border-color: rgb(165,247,114); }

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