#a9f982

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

Shades of Feijoa #A9F982

Tints of Feijoa #A9F982

Color information

#A9F982 (or 0xA9F982) is unknown color: approx Feijoa. HEX triplet: A9, F9 and 82. RGB value is (169,249,130). Sum of RGB (Red+Green+Blue) = 169+249+130=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F982 is #56067D. Grayscale: #D3D3D3. Windows color (decimal): -5637758 or 8583593. OLE color: 8583593.

HSL color Cylindrical-coordinate representation of color #A9F982: hue angle of 100.34º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9F982 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB169249130-
CMYK0.3200.480.02
HSL100.34º90.84%74.31%-
HSV(B)100.34º47.79%97.65%-
XYZ54.2777.833.28-
YUV211.518297.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.84%
GREEN value IS 249 (97.66% from 255) = 45.44%
BLUE value IS 130 (51.17% from 255) = 23.72%
R=30.84%
G=45.44%
B=23.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692491300.3200.480.02100.3490.8474.31
HexA9F982200302645b4a
Octal251371202400602144133112
Binary101010011111100110000010100000011000010110010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9f982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9f982; }

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

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

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

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

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

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

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

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