#A9D08D

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

Shades of Feijoa #A9D08D

Tints of Feijoa #A9D08D

Color information

#A9D08D (or 0xA9D08D) is unknown color: approx Feijoa. HEX triplet: A9, D0 and 8D. RGB value is (169,208,141). Sum of RGB (Red+Green+Blue) = 169+208+141=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D08D is #562F72. Grayscale: #BCBCBC. Windows color (decimal): -5648243 or 9293993. OLE color: 9293993.

HSL color Cylindrical-coordinate representation of color #A9D08D: hue angle of 94.93º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9D08D is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB169208141-
CMYK0.1900.320.18
HSL94.93º41.61%68.43%-
HSV(B)94.93º32.21%81.57%-
XYZ43.7355.4733.6-
YUV188.7101.08113.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=32.63%
G=40.15%
B=27.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692081410.1900.320.1894.9341.6168.43
HexA9D08D13020125f2a44
Octal251320215230402213752104
Binary1010100111010000100011011001101000001001010111111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D08D; }

 p { color: rgb(169,208,141); }

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

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

 a { background-color: rgb(169,208,141); }

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

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

 span { border-color: rgb(169,208,141); }

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