#A1F568

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

Shades of Feijoa #A1F568

Tints of Feijoa #A1F568

Color information

#A1F568 (or 0xA1F568) is unknown color: approx Feijoa. HEX triplet: A1, F5 and 68. RGB value is (161,245,104). Sum of RGB (Red+Green+Blue) = 161+245+104=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F568 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F568 is #5E0A97. Grayscale: #CCCCCC. Windows color (decimal): -6163096 or 6878625. OLE color: 6878625.

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

Color convert

RGB161245104-
CMYK0.3400.580.04
HSL95.74º87.58%68.43%-
HSV(B)95.74º57.55%96.08%-
XYZ49.8573.8824.73-
YUV203.8171.6797.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 245 (96.09% from 255) = 48.04%
BLUE value IS 104 (41.02% from 255) = 20.39%
R=31.57%
G=48.04%
B=20.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612451040.3400.580.0495.7487.5868.43
HexA1F5682203A4605844
Octal241365150420724140130104
Binary101000011111010111010001000100111010100110000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F568; }

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

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

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

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

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

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

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

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