#A8FD73

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

Shades of Feijoa #A8FD73

Tints of Feijoa #A8FD73

Color information

#A8FD73 (or 0xA8FD73) is unknown color: approx Feijoa. HEX triplet: A8, FD and 73. RGB value is (168,253,115). Sum of RGB (Red+Green+Blue) = 168+253+115=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD73 is #57028C. Grayscale: #D4D4D4. Windows color (decimal): -5702285 or 7601576. OLE color: 7601576.

HSL color Cylindrical-coordinate representation of color #A8FD73: hue angle of 96.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8FD73 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB168253115-
CMYK0.3400.550.01
HSL96.96º97.18%72.16%-
HSV(B)96.96º54.55%99.22%-
XYZ54.3779.8128.76-
YUV211.8573.3496.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 115 (45.31% from 255) = 21.46%
R=31.34%
G=47.20%
B=21.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682531150.3400.550.0196.9697.1872.16
HexA8FD73220371616148
Octal250375163420671141141110
Binary1010100011111101111001110001001101111110000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FD73; }

 p { color: rgb(168,253,115); }

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

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

 a { background-color: rgb(168,253,115); }

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

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

 span { border-color: rgb(168,253,115); }

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