#A9D481

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

Shades of Feijoa #A9D481

Tints of Feijoa #A9D481

Color information

#A9D481 (or 0xA9D481) is unknown color: approx Feijoa. HEX triplet: A9, D4 and 81. RGB value is (169,212,129). Sum of RGB (Red+Green+Blue) = 169+212+129=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D481 is #562B7E. Grayscale: #BDBDBD. Windows color (decimal): -5647231 or 8508585. OLE color: 8508585.

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

Color convert

RGB169212129-
CMYK0.2000.390.17
HSL91.08º49.11%66.86%-
HSV(B)91.08º39.15%83.14%-
XYZ43.8757.1129.48-
YUV189.6893.75113.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 212 (83.20% from 255) = 41.57%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=33.14%
G=41.57%
B=25.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1692121290.2000.390.1791.0849.1166.86
HexA9D48114027115b3143
Octal251324201240472113361103
Binary1010100111010100100000011010001001111000110110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D481; }

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

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

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

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

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

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

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

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