#A8FE73

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

Shades of Feijoa #A8FE73

Tints of Feijoa #A8FE73

Color information

#A8FE73 (or 0xA8FE73) is unknown color: approx Feijoa. HEX triplet: A8, FE and 73. RGB value is (168,254,115). Sum of RGB (Red+Green+Blue) = 168+254+115=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE73 is #57018C. Grayscale: #D4D4D4. Windows color (decimal): -5702029 or 7601832. OLE color: 7601832.

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

Color convert

RGB168254115-
CMYK0.3400.550.00
HSL97.12º98.58%72.35%-
HSV(B)97.12º54.72%99.61%-
XYZ54.6880.4528.87-
YUV212.4473.0196.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 254 (99.61% from 255) = 47.30%
BLUE value IS 115 (45.31% from 255) = 21.42%
R=31.28%
G=47.30%
B=21.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682541150.3400.550.0097.1298.5872.35
HexA8FE73220370616348
Octal250376163420670141143110
Binary1010100011111110111001110001001101110110000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FE73; }

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

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

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

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

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

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

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

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