#A9E182

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

Shades of Feijoa #A9E182

Tints of Feijoa #A9E182

Color information

#A9E182 (or 0xA9E182) is unknown color: approx Feijoa. HEX triplet: A9, E1 and 82. RGB value is (169,225,130). Sum of RGB (Red+Green+Blue) = 169+225+130=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E182 is #561E7D. Grayscale: #C5C5C5. Windows color (decimal): -5643902 or 8577449. OLE color: 8577449.

HSL color Cylindrical-coordinate representation of color #A9E182: hue angle of 95.37º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9E182 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB169225130-
CMYK0.2500.420.12
HSL95.37º61.29%69.61%-
HSV(B)95.37º42.22%88.24%-
XYZ47.3263.930.96-
YUV197.4389.95107.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=32.25%
G=42.94%
B=24.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692251300.2500.420.1295.3761.2969.61
HexA9E1821902AC5f3d46
Octal251341202310521413775106
Binary101010011110000110000010110010101010110010111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E182; }

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

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

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

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

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

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

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

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