#A8F56D

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

Shades of Feijoa #A8F56D

Tints of Feijoa #A8F56D

Color information

#A8F56D (or 0xA8F56D) is unknown color: approx Feijoa. HEX triplet: A8, F5 and 6D. RGB value is (168,245,109). Sum of RGB (Red+Green+Blue) = 168+245+109=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F56D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F56D is #570A92. Grayscale: #CECECE. Windows color (decimal): -5704339 or 7206312. OLE color: 7206312.

HSL color Cylindrical-coordinate representation of color #A8F56D: hue angle of 93.97º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8F56D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB168245109-
CMYK0.3100.560.04
HSL93.97º87.18%69.41%-
HSV(B)93.97º55.51%96.08%-
XYZ51.5674.7326.18-
YUV206.4772.99100.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 245 (96.09% from 255) = 46.93%
BLUE value IS 109 (42.97% from 255) = 20.88%
R=32.18%
G=46.93%
B=20.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682451090.3100.560.0493.9787.1869.41
HexA8F56D1F03845e5745
Octal250365155370704136127105
Binary10101000111101011101101111110111000100101111010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F56D; }

 p { color: rgb(168,245,109); }

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

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

 a { background-color: rgb(168,245,109); }

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

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

 span { border-color: rgb(168,245,109); }

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