#A9C990

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

Shades of Feijoa #A9C990

Tints of Feijoa #A9C990

Color information

#A9C990 (or 0xA9C990) is unknown color: approx Feijoa. HEX triplet: A9, C9 and 90. RGB value is (169,201,144). Sum of RGB (Red+Green+Blue) = 169+201+144=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C990 is #56366F. Grayscale: #B9B9B9. Windows color (decimal): -5650032 or 9488809. OLE color: 9488809.

HSL color Cylindrical-coordinate representation of color #A9C990: hue angle of 93.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9C990 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB169201144-
CMYK0.1600.280.21
HSL93.68º34.55%67.65%-
HSV(B)93.68º28.36%78.82%-
XYZ42.2852.2234.24-
YUV184.93104.9116.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=32.88%
G=39.11%
B=28.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011440.1600.280.2193.6834.5567.65
HexA9C9901001C155e2344
Octal251311220200342513643104
Binary101010011100100110010000100000111001010110111101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C990; }

 p { color: rgb(169,201,144); }

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

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

 a { background-color: rgb(169,201,144); }

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

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

 span { border-color: rgb(169,201,144); }

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