#A5F674

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

Shades of Feijoa #A5F674

Tints of Feijoa #A5F674

Color information

#A5F674 (or 0xA5F674) is unknown color: approx Feijoa. HEX triplet: A5, F6 and 74. RGB value is (165,246,116). Sum of RGB (Red+Green+Blue) = 165+246+116=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F674 is #5A098B. Grayscale: #CFCFCF. Windows color (decimal): -5900684 or 7665317. OLE color: 7665317.

HSL color Cylindrical-coordinate representation of color #A5F674: hue angle of 97.38º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5F674 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB165246116-
CMYK0.3300.530.04
HSL97.38º87.84%70.98%-
HSV(B)97.38º52.85%96.47%-
XYZ51.6375.1728.31-
YUV206.9676.6698.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 246 (96.48% from 255) = 46.68%
BLUE value IS 116 (45.70% from 255) = 22.01%
R=31.31%
G=46.68%
B=22.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652461160.3300.530.0497.3887.8470.98
HexA5F674210354615847
Octal245366164410654141130107
Binary101001011111011011101001000010110101100110000110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F674; }

 p { color: rgb(165,246,116); }

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

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

 a { background-color: rgb(165,246,116); }

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

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

 span { border-color: rgb(165,246,116); }

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