#a8ea82

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

Shades of Feijoa #A8EA82

Tints of Feijoa #A8EA82

Color information

#A8EA82 (or 0xA8EA82) is unknown color: approx Feijoa. HEX triplet: A8, EA and 82. RGB value is (168,234,130). Sum of RGB (Red+Green+Blue) = 168+234+130=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EA82 is #57157D. Grayscale: #CACACA. Windows color (decimal): -5707134 or 8579752. OLE color: 8579752.

HSL color Cylindrical-coordinate representation of color #A8EA82: hue angle of 98.08º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8EA82 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB168234130-
CMYK0.2800.440.08
HSL98.08º71.23%71.37%-
HSV(B)98.08º44.44%91.76%-
XYZ49.668.7831.78-
YUV202.4187.13103.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 234 (91.80% from 255) = 43.98%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=31.58%
G=43.98%
B=24.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682341300.2800.440.0898.0871.2371.37
HexA8EA821C02C8624747
Octal2503522023405410142107107
Binary1010100011101010100000101110001011001000110001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8ea82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8ea82; }

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

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

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

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

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

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

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

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