#A8EB84

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

Shades of Feijoa #A8EB84

Tints of Feijoa #A8EB84

Color information

#A8EB84 (or 0xA8EB84) is unknown color: approx Feijoa. HEX triplet: A8, EB and 84. RGB value is (168,235,132). Sum of RGB (Red+Green+Blue) = 168+235+132=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EB84 is #57147B. Grayscale: #CBCBCB. Windows color (decimal): -5706876 or 8711080. OLE color: 8711080.

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

Color convert

RGB168235132-
CMYK0.2900.440.08
HSL99.03º72.03%71.96%-
HSV(B)99.03º43.83%92.16%-
XYZ50.0269.4132.59-
YUV203.2287.8102.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 235 (92.19% from 255) = 43.93%
BLUE value IS 132 (51.95% from 255) = 24.67%
R=31.40%
G=43.93%
B=24.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682351320.2900.440.0899.0372.0371.96
HexA8EB841D02C8634848
Octal2503532043505410143110110
Binary1010100011101011100001001110101011001000110001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EB84; }

 p { color: rgb(168,235,132); }

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

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

 a { background-color: rgb(168,235,132); }

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

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

 span { border-color: rgb(168,235,132); }

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