#A9FF7D

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

Shades of Feijoa #A9FF7D

Tints of Feijoa #A9FF7D

Color information

#A9FF7D (or 0xA9FF7D) is unknown color: approx Feijoa. HEX triplet: A9, FF and 7D. RGB value is (169,255,125). Sum of RGB (Red+Green+Blue) = 169+255+125=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FF7D is #560082. Grayscale: #D6D6D6. Windows color (decimal): -5636227 or 8257449. OLE color: 8257449.

HSL color Cylindrical-coordinate representation of color #A9FF7D: hue angle of 99.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9FF7D is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB169255125-
CMYK0.3400.510
HSL99.69º100%74.51%-
HSV(B)99.69º50.98%100%-
XYZ55.8281.4432.18-
YUV214.4777.5195.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 125 (49.22% from 255) = 22.77%
R=30.78%
G=46.45%
B=22.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692551250.3400.51099.6910074.51
HexA9FF7D22033064644b
Octal251377175420630144144113
Binary1010100111111111111110110001001100110110010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FF7D; }

 p { color: rgb(169,255,125); }

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

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

 a { background-color: rgb(169,255,125); }

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

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

 span { border-color: rgb(169,255,125); }

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