#A9D48C

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

Shades of Feijoa #A9D48C

Tints of Feijoa #A9D48C

Color information

#A9D48C (or 0xA9D48C) is unknown color: approx Feijoa. HEX triplet: A9, D4 and 8C. RGB value is (169,212,140). Sum of RGB (Red+Green+Blue) = 169+212+140=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D48C is #562B73. Grayscale: #BFBFBF. Windows color (decimal): -5647220 or 9229481. OLE color: 9229481.

HSL color Cylindrical-coordinate representation of color #A9D48C: hue angle of 95.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9D48C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB169212140-
CMYK0.2000.340.17
HSL95.83º45.57%69.02%-
HSV(B)95.83º33.96%83.14%-
XYZ44.6457.4233.54-
YUV190.9499.25112.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=32.44%
G=40.69%
B=26.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1692121400.2000.340.1795.8345.5769.02
HexA9D48C1402211602e45
Octal251324214240422114056105
Binary1010100111010100100011001010001000101000111000001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D48C; }

 p { color: rgb(169,212,140); }

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

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

 a { background-color: rgb(169,212,140); }

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

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

 span { border-color: rgb(169,212,140); }

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