#a0f46c

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

Shades of Feijoa #A0F46C

Tints of Feijoa #A0F46C

Color information

#A0F46C (or 0xA0F46C) is unknown color: approx Feijoa. HEX triplet: A0, F4 and 6C. RGB value is (160,244,108). Sum of RGB (Red+Green+Blue) = 160+244+108=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F46C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F46C is #5F0B93. Grayscale: #CBCBCB. Windows color (decimal): -6228884 or 7140512. OLE color: 7140512.

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

Color convert

RGB160244108-
CMYK0.3400.560.04
HSL97.06º86.08%69.02%-
HSV(B)97.06º55.74%95.69%-
XYZ49.5573.2625.72-
YUV203.3874.1797.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 244 (95.70% from 255) = 47.66%
BLUE value IS 108 (42.58% from 255) = 21.09%
R=31.25%
G=47.66%
B=21.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441080.3400.560.0497.0686.0869.02
HexA0F46C220384615645
Octal240364154420704141126105
Binary101000001111010011011001000100111000100110000110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0f46c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0f46c; }

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

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

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

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

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

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

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

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