#A8E282

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

Shades of Feijoa #A8E282

Tints of Feijoa #A8E282

Color information

#A8E282 (or 0xA8E282) is unknown color: approx Feijoa. HEX triplet: A8, E2 and 82. RGB value is (168,226,130). Sum of RGB (Red+Green+Blue) = 168+226+130=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E282 is #571D7D. Grayscale: #C6C6C6. Windows color (decimal): -5709182 or 8577704. OLE color: 8577704.

HSL color Cylindrical-coordinate representation of color #A8E282: hue angle of 96.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8E282 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB168226130-
CMYK0.2600.420.11
HSL96.25º62.34%69.8%-
HSV(B)96.25º42.48%88.63%-
XYZ47.3764.3331.04-
YUV197.7189.78106.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 226 (88.67% from 255) = 43.13%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=32.06%
G=43.13%
B=24.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682261300.2600.420.1196.2562.3469.8
HexA8E2821A02AB603e46
Octal250342202320521314076106
Binary101010001110001010000010110100101010101111000001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E282; }

 p { color: rgb(168,226,130); }

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

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

 a { background-color: rgb(168,226,130); }

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

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

 span { border-color: rgb(168,226,130); }

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