#A8FB74

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

Shades of Feijoa #A8FB74

Tints of Feijoa #A8FB74

Color information

#A8FB74 (or 0xA8FB74) is unknown color: approx Feijoa. HEX triplet: A8, FB and 74. RGB value is (168,251,116). Sum of RGB (Red+Green+Blue) = 168+251+116=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB74 is #57048B. Grayscale: #D3D3D3. Windows color (decimal): -5702796 or 7666600. OLE color: 7666600.

HSL color Cylindrical-coordinate representation of color #A8FB74: hue angle of 96.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8FB74 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB168251116-
CMYK0.3300.540.02
HSL96.89º94.41%71.96%-
HSV(B)96.89º53.78%98.43%-
XYZ53.878.5828.86-
YUV210.7974.597.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 116 (45.70% from 255) = 21.68%
R=31.40%
G=46.92%
B=21.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682511160.3300.540.0296.8994.4171.96
HexA8FB74210362615e48
Octal250373164410662141136110
Binary10101000111110111110100100001011011010110000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FB74; }

 p { color: rgb(168,251,116); }

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

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

 a { background-color: rgb(168,251,116); }

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

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

 span { border-color: rgb(168,251,116); }

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