#A0FA69

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

Shades of Feijoa #A0FA69

Tints of Feijoa #A0FA69

Color information

#A0FA69 (or 0xA0FA69) is unknown color: approx Feijoa. HEX triplet: A0, FA and 69. RGB value is (160,250,105). Sum of RGB (Red+Green+Blue) = 160+250+105=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA69 is #5F0596. Grayscale: #CFCFCF. Windows color (decimal): -6227351 or 6945440. OLE color: 6945440.

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

Color convert

RGB160250105-
CMYK0.3600.580.02
HSL97.24º93.55%69.61%-
HSV(B)97.24º58%98.04%-
XYZ51.2376.8625.5-
YUV206.5670.6894.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 250 (98.05% from 255) = 48.54%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=31.07%
G=48.54%
B=20.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501050.3600.580.0297.2493.5569.61
HexA0FA692403A2615e46
Octal240372151440722141136106
Binary10100000111110101101001100100011101010110000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FA69; }

 p { color: rgb(160,250,105); }

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

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

 a { background-color: rgb(160,250,105); }

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

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

 span { border-color: rgb(160,250,105); }

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