#A9D182

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

Shades of Feijoa #A9D182

Tints of Feijoa #A9D182

Color information

#A9D182 (or 0xA9D182) is unknown color: approx Feijoa. HEX triplet: A9, D1 and 82. RGB value is (169,209,130). Sum of RGB (Red+Green+Blue) = 169+209+130=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D182 is #562E7D. Grayscale: #BCBCBC. Windows color (decimal): -5647998 or 8573353. OLE color: 8573353.

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

Color convert

RGB169209130-
CMYK0.1900.380.18
HSL90.38º46.2%66.47%-
HSV(B)90.38º37.8%81.96%-
XYZ43.1955.6529.58-
YUV188.0395.25114.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=33.27%
G=41.14%
B=25.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692091300.1900.380.1890.3846.266.47
HexA9D18213026125a2e42
Octal251321202230462213256102
Binary1010100111010001100000101001101001101001010110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D182; }

 p { color: rgb(169,209,130); }

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

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

 a { background-color: rgb(169,209,130); }

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

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

 span { border-color: rgb(169,209,130); }

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