#a8e086

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

Shades of Feijoa #A8E086

Tints of Feijoa #A8E086

Color information

#A8E086 (or 0xA8E086) is unknown color: approx Feijoa. HEX triplet: A8, E0 and 86. RGB value is (168,224,134). Sum of RGB (Red+Green+Blue) = 168+224+134=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E086 is #571F79. Grayscale: #C5C5C5. Windows color (decimal): -5709690 or 8839336. OLE color: 8839336.

HSL color Cylindrical-coordinate representation of color #A8E086: hue angle of 97.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8E086 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB168224134-
CMYK0.2500.400.12
HSL97.33º59.21%70.2%-
HSV(B)97.33º40.18%87.84%-
XYZ47.1163.3632.3-
YUV19792.45107.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=31.94%
G=42.59%
B=25.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682241340.2500.400.1297.3359.2170.2
HexA8E08619028C613b46
Octal250340206310501414173106
Binary101010001110000010000110110010101000110011000011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8e086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8e086; }

 p { color: rgb(168,224,134); }

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

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

 a { background-color: rgb(168,224,134); }

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

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

 span { border-color: rgb(168,224,134); }

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