#A1F56E

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

Shades of Feijoa #A1F56E

Tints of Feijoa #A1F56E

Color information

#A1F56E (or 0xA1F56E) is unknown color: approx Feijoa. HEX triplet: A1, F5 and 6E. RGB value is (161,245,110). Sum of RGB (Red+Green+Blue) = 161+245+110=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F56E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F56E is #5E0A91. Grayscale: #CCCCCC. Windows color (decimal): -6163090 or 7271841. OLE color: 7271841.

HSL color Cylindrical-coordinate representation of color #A1F56E: hue angle of 97.33º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1F56E is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB161245110-
CMYK0.3400.550.04
HSL97.33º87.1%69.61%-
HSV(B)97.33º55.1%96.08%-
XYZ50.1674.0126.39-
YUV204.4974.6796.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 245 (96.09% from 255) = 47.48%
BLUE value IS 110 (43.36% from 255) = 21.32%
R=31.20%
G=47.48%
B=21.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612451100.3400.550.0497.3387.169.61
HexA1F56E220374615746
Octal241365156420674141127106
Binary101000011111010111011101000100110111100110000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F56E; }

 p { color: rgb(161,245,110); }

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

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

 a { background-color: rgb(161,245,110); }

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

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

 span { border-color: rgb(161,245,110); }

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