#A1F56B

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

Shades of Feijoa #A1F56B

Tints of Feijoa #A1F56B

Color information

#A1F56B (or 0xA1F56B) is unknown color: approx Feijoa. HEX triplet: A1, F5 and 6B. RGB value is (161,245,107). Sum of RGB (Red+Green+Blue) = 161+245+107=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F56B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F56B is #5E0A94. Grayscale: #CCCCCC. Windows color (decimal): -6163093 or 7075233. OLE color: 7075233.

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

Color convert

RGB161245107-
CMYK0.3400.560.04
HSL96.52º87.34%69.02%-
HSV(B)96.52º56.33%96.08%-
XYZ5073.9425.55-
YUV204.1573.1797.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 245 (96.09% from 255) = 47.76%
BLUE value IS 107 (42.19% from 255) = 20.86%
R=31.38%
G=47.76%
B=20.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612451070.3400.560.0496.5287.3469.02
HexA1F56B220384615745
Octal241365153420704141127105
Binary101000011111010111010111000100111000100110000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F56B; }

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

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

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

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

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

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

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

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