#A0F56E

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

Shades of Feijoa #A0F56E

Tints of Feijoa #A0F56E

Color information

#A0F56E (or 0xA0F56E) is unknown color: approx Feijoa. HEX triplet: A0, F5 and 6E. RGB value is (160,245,110). Sum of RGB (Red+Green+Blue) = 160+245+110=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F56E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F56E is #5F0A91. Grayscale: #CCCCCC. Windows color (decimal): -6228626 or 7271840. OLE color: 7271840.

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

Color convert

RGB160245110-
CMYK0.3500.550.04
HSL97.78º87.1%69.61%-
HSV(B)97.78º55.1%96.08%-
XYZ49.9673.926.38-
YUV204.274.8496.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 245 (96.09% from 255) = 47.57%
BLUE value IS 110 (43.36% from 255) = 21.36%
R=31.07%
G=47.57%
B=21.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602451100.3500.550.0497.7887.169.61
HexA0F56E230374625746
Octal240365156430674142127106
Binary101000001111010111011101000110110111100110001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F56E; }

 p { color: rgb(160,245,110); }

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

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

 a { background-color: rgb(160,245,110); }

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

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

 span { border-color: rgb(160,245,110); }

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