#A8E56D

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

Shades of Feijoa #A8E56D

Tints of Feijoa #A8E56D

Color information

#A8E56D (or 0xA8E56D) is unknown color: approx Feijoa. HEX triplet: A8, E5 and 6D. RGB value is (168,229,109). Sum of RGB (Red+Green+Blue) = 168+229+109=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E56D is #571A92. Grayscale: #C5C5C5. Windows color (decimal): -5708435 or 7202216. OLE color: 7202216.

HSL color Cylindrical-coordinate representation of color #A8E56D: hue angle of 90.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8E56D is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB168229109-
CMYK0.2700.520.10
HSL90.5º69.77%66.27%-
HSV(B)90.5º52.4%89.8%-
XYZ46.9365.4724.63-
YUV197.0878.29107.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=33.20%
G=45.26%
B=21.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1682291090.2700.520.1090.569.7766.27
HexA8E56D1B034A5a4642
Octal2503451553306412132106102
Binary101010001110010111011011101101101001010101101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E56D; }

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

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

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

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

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

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

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

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