#A0F073

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

Shades of Feijoa #A0F073

Tints of Feijoa #A0F073

Color information

#A0F073 (or 0xA0F073) is unknown color: approx Feijoa. HEX triplet: A0, F0 and 73. RGB value is (160,240,115). Sum of RGB (Red+Green+Blue) = 160+240+115=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F073 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F073 is #5F0F8C. Grayscale: #CACACA. Windows color (decimal): -6229901 or 7598240. OLE color: 7598240.

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

Color convert

RGB160240115-
CMYK0.3300.520.06
HSL98.4º80.65%69.61%-
HSV(B)98.4º52.08%94.12%-
XYZ48.7571.0327.36-
YUV201.837998.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 240 (94.14% from 255) = 46.60%
BLUE value IS 115 (45.31% from 255) = 22.33%
R=31.07%
G=46.60%
B=22.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602401150.3300.520.0698.480.6569.61
HexA0F073210346625146
Octal240360163410646142121106
Binary101000001111000011100111000010110100110110001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F073; }

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

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

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

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

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

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

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

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