#A9D988

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

Shades of Feijoa #A9D988

Tints of Feijoa #A9D988

Color information

#A9D988 (or 0xA9D988) is unknown color: approx Feijoa. HEX triplet: A9, D9 and 88. RGB value is (169,217,136). Sum of RGB (Red+Green+Blue) = 169+217+136=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D988 is #562677. Grayscale: #C1C1C1. Windows color (decimal): -5645944 or 8968617. OLE color: 8968617.

HSL color Cylindrical-coordinate representation of color #A9D988: hue angle of 95.56º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9D988 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB169217136-
CMYK0.2200.370.15
HSL95.56º51.59%69.22%-
HSV(B)95.56º37.33%85.1%-
XYZ45.6259.8432.44-
YUV193.4195.6110.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=32.38%
G=41.57%
B=26.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692171360.2200.370.1595.5651.5969.22
HexA9D98816025F603445
Octal251331210260451714064105
Binary101010011101100110001000101100100101111111000001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D988; }

 p { color: rgb(169,217,136); }

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

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

 a { background-color: rgb(169,217,136); }

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

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

 span { border-color: rgb(169,217,136); }

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