#A8EB8A

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

Shades of Feijoa #A8EB8A

Tints of Feijoa #A8EB8A

Color information

#A8EB8A (or 0xA8EB8A) is unknown color: approx Feijoa. HEX triplet: A8, EB and 8A. RGB value is (168,235,138). Sum of RGB (Red+Green+Blue) = 168+235+138=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EB8A is #571475. Grayscale: #CCCCCC. Windows color (decimal): -5706870 or 9104296. OLE color: 9104296.

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

Color convert

RGB168235138-
CMYK0.2900.410.08
HSL101.44º70.8%73.14%-
HSV(B)101.44º41.28%92.16%-
XYZ50.4469.5834.82-
YUV203.9190.8102.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=31.05%
G=43.44%
B=25.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682351380.2900.410.08101.4470.873.14
HexA8EB8A1D0298654749
Octal2503532123505110145107111
Binary1010100011101011100010101110101010011000110010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EB8A; }

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

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

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

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

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

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

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

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