#A1F07E

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

Shades of Feijoa #A1F07E

Tints of Feijoa #A1F07E

Color information

#A1F07E (or 0xA1F07E) is unknown color: approx Feijoa. HEX triplet: A1, F0 and 7E. RGB value is (161,240,126). Sum of RGB (Red+Green+Blue) = 161+240+126=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F07E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F07E is #5E0F81. Grayscale: #CBCBCB. Windows color (decimal): -6164354 or 8319137. OLE color: 8319137.

HSL color Cylindrical-coordinate representation of color #A1F07E: hue angle of 101.58º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1F07E is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB161240126-
CMYK0.3300.480.06
HSL101.58º79.17%71.76%-
HSV(B)101.58º47.5%94.12%-
XYZ49.6271.430.91-
YUV203.3884.3397.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 240 (94.14% from 255) = 45.54%
BLUE value IS 126 (49.61% from 255) = 23.91%
R=30.55%
G=45.54%
B=23.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401260.3300.480.06101.5879.1771.76
HexA1F07E210306664f48
Octal241360176410606146117110
Binary101000011111000011111101000010110000110110011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F07E; }

 p { color: rgb(161,240,126); }

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

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

 a { background-color: rgb(161,240,126); }

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

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

 span { border-color: rgb(161,240,126); }

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