#A8E090

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

Shades of Feijoa #A8E090

Tints of Feijoa #A8E090

Color information

#A8E090 (or 0xA8E090) is unknown color: approx Feijoa. HEX triplet: A8, E0 and 90. RGB value is (168,224,144). Sum of RGB (Red+Green+Blue) = 168+224+144=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E090 is #571F6F. Grayscale: #C6C6C6. Windows color (decimal): -5709680 or 9494696. OLE color: 9494696.

HSL color Cylindrical-coordinate representation of color #A8E090: hue angle of 102º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8E090 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB168224144-
CMYK0.2500.360.12
HSL102º56.34%72.16%-
HSV(B)102º35.71%87.84%-
XYZ47.8463.6536.15-
YUV198.1497.45106.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 224 (87.89% from 255) = 41.79%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=31.34%
G=41.79%
B=26.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682241440.2500.360.1210256.3472.16
HexA8E09019024C663848
Octal250340220310441414670110
Binary101010001110000010010000110010100100110011001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E090; }

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

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

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

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

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

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

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

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