#A0F46D

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

Shades of Feijoa #A0F46D

Tints of Feijoa #A0F46D

Color information

#A0F46D (or 0xA0F46D) is unknown color: approx Feijoa. HEX triplet: A0, F4 and 6D. RGB value is (160,244,109). Sum of RGB (Red+Green+Blue) = 160+244+109=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F46D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F46D is #5F0B92. Grayscale: #CBCBCB. Windows color (decimal): -6228883 or 7206048. OLE color: 7206048.

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

Color convert

RGB160244109-
CMYK0.3400.550.04
HSL97.33º85.99%69.22%-
HSV(B)97.33º55.33%95.69%-
XYZ49.6173.2826-
YUV203.4974.6796.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 244 (95.70% from 255) = 47.56%
BLUE value IS 109 (42.97% from 255) = 21.25%
R=31.19%
G=47.56%
B=21.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441090.3400.550.0497.3385.9969.22
HexA0F46D220374615645
Octal240364155420674141126105
Binary101000001111010011011011000100110111100110000110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F46D; }

 p { color: rgb(160,244,109); }

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

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

 a { background-color: rgb(160,244,109); }

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

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

 span { border-color: rgb(160,244,109); }

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