#A0F46E

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

Shades of Feijoa #A0F46E

Tints of Feijoa #A0F46E

Color information

#A0F46E (or 0xA0F46E) is unknown color: approx Feijoa. HEX triplet: A0, F4 and 6E. RGB value is (160,244,110). Sum of RGB (Red+Green+Blue) = 160+244+110=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F46E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F46E is #5F0B91. Grayscale: #CCCCCC. Windows color (decimal): -6228882 or 7271584. OLE color: 7271584.

HSL color Cylindrical-coordinate representation of color #A0F46E: hue angle of 97.61º 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 #A0F46E is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB160244110-
CMYK0.3400.550.04
HSL97.61º85.9%69.41%-
HSV(B)97.61º54.92%95.69%-
XYZ49.6673.326.28-
YUV203.6175.1796.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 244 (95.70% from 255) = 47.47%
BLUE value IS 110 (43.36% from 255) = 21.40%
R=31.13%
G=47.47%
B=21.40%

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
Decimal1602441100.3400.550.0497.6185.969.41
HexA0F46E220374625645
Octal240364156420674142126105
Binary101000001111010011011101000100110111100110001010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F46E; }

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

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

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

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

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

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

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

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