#A8E087

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

Shades of Feijoa #A8E087

Tints of Feijoa #A8E087

Color information

#A8E087 (or 0xA8E087) is unknown color: approx Feijoa. HEX triplet: A8, E0 and 87. RGB value is (168,224,135). Sum of RGB (Red+Green+Blue) = 168+224+135=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E087 is #571F78. Grayscale: #C5C5C5. Windows color (decimal): -5709689 or 8904872. OLE color: 8904872.

HSL color Cylindrical-coordinate representation of color #A8E087: hue angle of 97.75º 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 #A8E087 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB168224135-
CMYK0.2500.400.12
HSL97.75º58.94%70.39%-
HSV(B)97.75º39.73%87.84%-
XYZ47.1863.3932.67-
YUV197.1192.95107.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 135 (53.12% from 255) = 25.62%
R=31.88%
G=42.50%
B=25.62%

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
Decimal1682241350.2500.400.1297.7558.9470.39
HexA8E08719028C623b46
Octal250340207310501414273106
Binary101010001110000010000111110010101000110011000101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E087; }

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

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

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

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

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

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

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

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