#A8D990

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

Shades of Feijoa #A8D990

Tints of Feijoa #A8D990

Color information

#A8D990 (or 0xA8D990) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 90. RGB value is (168,217,144). Sum of RGB (Red+Green+Blue) = 168+217+144=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D990 is #57266F. Grayscale: #C2C2C2. Windows color (decimal): -5711472 or 9492904. OLE color: 9492904.

HSL color Cylindrical-coordinate representation of color #A8D990: hue angle of 100.27º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D990 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB168217144-
CMYK0.2300.340.15
HSL100.27º48.99%70.78%-
HSV(B)100.27º33.64%85.1%-
XYZ4659.9635.54-
YUV194.0399.77109.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=31.76%
G=41.02%
B=27.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171440.2300.340.15100.2748.9970.78
HexA8D99017022F643147
Octal250331220270421714461107
Binary101010001101100110010000101110100010111111001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D990; }

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

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

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

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

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

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

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

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