#A1F86A

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

Shades of Feijoa #A1F86A

Tints of Feijoa #A1F86A

Color information

#A1F86A (or 0xA1F86A) is unknown color: approx Feijoa. HEX triplet: A1, F8 and 6A. RGB value is (161,248,106). Sum of RGB (Red+Green+Blue) = 161+248+106=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F86A is #5E0795. Grayscale: #CECECE. Windows color (decimal): -6162326 or 7010465. OLE color: 7010465.

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

Color convert

RGB161248106-
CMYK0.3500.570.03
HSL96.76º91.03%69.41%-
HSV(B)96.76º57.26%97.25%-
XYZ50.8775.7525.58-
YUV205.871.6896.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 248 (97.27% from 255) = 48.16%
BLUE value IS 106 (41.80% from 255) = 20.58%
R=31.26%
G=48.16%
B=20.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612481060.3500.570.0396.7691.0369.41
HexA1F86A230393615b45
Octal241370152430713141133105
Binary10100001111110001101010100011011100111110000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F86A; }

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

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

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

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

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

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

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

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