#A8F778

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

Shades of Feijoa #A8F778

Tints of Feijoa #A8F778

Color information

#A8F778 (or 0xA8F778) is unknown color: approx Feijoa. HEX triplet: A8, F7 and 78. RGB value is (168,247,120). Sum of RGB (Red+Green+Blue) = 168+247+120=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F778 is #570887. Grayscale: #D1D1D1. Windows color (decimal): -5703816 or 7927720. OLE color: 7927720.

HSL color Cylindrical-coordinate representation of color #A8F778: hue angle of 97.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8F778 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB168247120-
CMYK0.3200.510.03
HSL97.32º88.81%71.96%-
HSV(B)97.32º51.42%96.86%-
XYZ52.876.229.7-
YUV208.977.8398.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 247 (96.88% from 255) = 46.17%
BLUE value IS 120 (47.27% from 255) = 22.43%
R=31.40%
G=46.17%
B=22.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682471200.3200.510.0397.3288.8171.96
HexA8F778200333615948
Octal250367170400633141131110
Binary10101000111101111111000100000011001111110000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F778; }

 p { color: rgb(168,247,120); }

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

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

 a { background-color: rgb(168,247,120); }

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

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

 span { border-color: rgb(168,247,120); }

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