#A1FD6B

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

Shades of Feijoa #A1FD6B

Tints of Feijoa #A1FD6B

Color information

#A1FD6B (or 0xA1FD6B) is unknown color: approx Feijoa. HEX triplet: A1, FD and 6B. RGB value is (161,253,107). Sum of RGB (Red+Green+Blue) = 161+253+107=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD6B is #5E0294. Grayscale: #D1D1D1. Windows color (decimal): -6161045 or 7077281. OLE color: 7077281.

HSL color Cylindrical-coordinate representation of color #A1FD6B: hue angle of 97.81º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1FD6B is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB161253107-
CMYK0.3600.580.01
HSL97.81º97.33%70.59%-
HSV(B)97.81º57.71%99.22%-
XYZ52.4878.8926.37-
YUV208.8570.5293.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 253 (99.22% from 255) = 48.56%
BLUE value IS 107 (42.19% from 255) = 20.54%
R=30.90%
G=48.56%
B=20.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612531070.3600.580.0197.8197.3370.59
HexA1FD6B2403A1626147
Octal241375153440721142141107
Binary1010000111111101110101110010001110101110001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FD6B; }

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

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

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

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

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

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

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

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