#A2FA68

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

Shades of Feijoa #A2FA68

Tints of Feijoa #A2FA68

Color information

#A2FA68 (or 0xA2FA68) is unknown color: approx Feijoa. HEX triplet: A2, FA and 68. RGB value is (162,250,104). Sum of RGB (Red+Green+Blue) = 162+250+104=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA68 is #5D0597. Grayscale: #CFCFCF. Windows color (decimal): -6096280 or 6879906. OLE color: 6879906.

HSL color Cylindrical-coordinate representation of color #A2FA68: hue angle of 96.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2FA68 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB162250104-
CMYK0.3500.580.02
HSL96.16º93.59%69.41%-
HSV(B)96.16º58.4%98.04%-
XYZ51.5877.0525.25-
YUV207.0469.8595.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 104 (41.02% from 255) = 20.16%
R=31.40%
G=48.45%
B=20.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501040.3500.580.0296.1693.5969.41
HexA2FA682303A2605e45
Octal242372150430722140136105
Binary10100010111110101101000100011011101010110000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA68; }

 p { color: rgb(162,250,104); }

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

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

 a { background-color: rgb(162,250,104); }

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

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

 span { border-color: rgb(162,250,104); }

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