#A9F482

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

Shades of Feijoa #A9F482

Tints of Feijoa #A9F482

Color information

#A9F482 (or 0xA9F482) is unknown color: approx Feijoa. HEX triplet: A9, F4 and 82. RGB value is (169,244,130). Sum of RGB (Red+Green+Blue) = 169+244+130=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #A9F482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F482 is #560B7D. Grayscale: #D0D0D0. Windows color (decimal): -5639038 or 8582313. OLE color: 8582313.

HSL color Cylindrical-coordinate representation of color #A9F482: hue angle of 99.47º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9F482 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB169244130-
CMYK0.3100.470.04
HSL99.47º83.82%73.33%-
HSV(B)99.47º46.72%95.69%-
XYZ52.7474.7532.77-
YUV208.5883.6599.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 244 (95.70% from 255) = 44.94%
BLUE value IS 130 (51.17% from 255) = 23.94%
R=31.12%
G=44.94%
B=23.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1692441300.3100.470.0499.4783.8273.33
HexA9F4821F02F4635449
Octal251364202370574143124111
Binary101010011111010010000010111110101111100110001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F482; }

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

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

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

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

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

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

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

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