#A1F86D

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

Shades of Feijoa #A1F86D

Tints of Feijoa #A1F86D

Color information

#A1F86D (or 0xA1F86D) is unknown color: approx Feijoa. HEX triplet: A1, F8 and 6D. RGB value is (161,248,109). Sum of RGB (Red+Green+Blue) = 161+248+109=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F86D is #5E0792. Grayscale: #CECECE. Windows color (decimal): -6162323 or 7207073. OLE color: 7207073.

HSL color Cylindrical-coordinate representation of color #A1F86D: hue angle of 97.55º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1F86D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB161248109-
CMYK0.3500.560.03
HSL97.55º90.85%70%-
HSV(B)97.55º56.05%97.25%-
XYZ51.0375.8226.41-
YUV206.1473.1895.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 248 (97.27% from 255) = 47.88%
BLUE value IS 109 (42.97% from 255) = 21.04%
R=31.08%
G=47.88%
B=21.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612481090.3500.560.0397.5590.8570
HexA1F86D230383625b46
Octal241370155430703142133106
Binary10100001111110001101101100011011100011110001010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F86D; }

 p { color: rgb(161,248,109); }

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

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

 a { background-color: rgb(161,248,109); }

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

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

 span { border-color: rgb(161,248,109); }

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