#A9E482

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

Shades of Feijoa #A9E482

Tints of Feijoa #A9E482

Color information

#A9E482 (or 0xA9E482) is unknown color: approx Feijoa. HEX triplet: A9, E4 and 82. RGB value is (169,228,130). Sum of RGB (Red+Green+Blue) = 169+228+130=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #A9E482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E482 is #561B7D. Grayscale: #C7C7C7. Windows color (decimal): -5643134 or 8578217. OLE color: 8578217.

HSL color Cylindrical-coordinate representation of color #A9E482: hue angle of 96.12º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9E482 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB169228130-
CMYK0.2600.430.11
HSL96.12º64.47%70.2%-
HSV(B)96.12º42.98%89.41%-
XYZ48.1365.5331.23-
YUV199.1988.95106.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 228 (89.45% from 255) = 43.26%
BLUE value IS 130 (51.17% from 255) = 24.67%
R=32.07%
G=43.26%
B=24.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692281300.2600.430.1196.1264.4770.2
HexA9E4821A02BB604046
Octal2513442023205313140100106
Binary1010100111100100100000101101001010111011110000010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E482; }

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

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

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

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

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

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

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

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