#A0F06D

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

Shades of Feijoa #A0F06D

Tints of Feijoa #A0F06D

Color information

#A0F06D (or 0xA0F06D) is unknown color: approx Feijoa. HEX triplet: A0, F0 and 6D. RGB value is (160,240,109). Sum of RGB (Red+Green+Blue) = 160+240+109=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F06D is #5F0F92. Grayscale: #C9C9C9. Windows color (decimal): -6229907 or 7205024. OLE color: 7205024.

HSL color Cylindrical-coordinate representation of color #A0F06D: hue angle of 96.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0F06D is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB160240109-
CMYK0.3300.550.06
HSL96.64º81.37%68.43%-
HSV(B)96.64º54.58%94.12%-
XYZ48.4270.925.6-
YUV201.157698.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 240 (94.14% from 255) = 47.15%
BLUE value IS 109 (42.97% from 255) = 21.41%
R=31.43%
G=47.15%
B=21.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602401090.3300.550.0696.6481.3768.43
HexA0F06D210376615144
Octal240360155410676141121104
Binary101000001111000011011011000010110111110110000110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F06D; }

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

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

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

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

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

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

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

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