#A0FA6C

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

Shades of Feijoa #A0FA6C

Tints of Feijoa #A0FA6C

Color information

#A0FA6C (or 0xA0FA6C) is unknown color: approx Feijoa. HEX triplet: A0, FA and 6C. RGB value is (160,250,108). Sum of RGB (Red+Green+Blue) = 160+250+108=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA6C is #5F0593. Grayscale: #CFCFCF. Windows color (decimal): -6227348 or 7142048. OLE color: 7142048.

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

Color convert

RGB160250108-
CMYK0.3600.570.02
HSL98.03º93.42%70.2%-
HSV(B)98.03º56.8%98.04%-
XYZ51.3976.9326.33-
YUV206.972.1894.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 108 (42.58% from 255) = 20.85%
R=30.89%
G=48.26%
B=20.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501080.3600.570.0298.0393.4270.2
HexA0FA6C240392625d46
Octal240372154440712142135106
Binary10100000111110101101100100100011100110110001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FA6C; }

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

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

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

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

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

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

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

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