#A9FB7D

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

Shades of Feijoa #A9FB7D

Tints of Feijoa #A9FB7D

Color information

#A9FB7D (or 0xA9FB7D) is unknown color: approx Feijoa. HEX triplet: A9, FB and 7D. RGB value is (169,251,125). Sum of RGB (Red+Green+Blue) = 169+251+125=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FB7D is #560482. Grayscale: #D4D4D4. Windows color (decimal): -5637251 or 8256425. OLE color: 8256425.

HSL color Cylindrical-coordinate representation of color #A9FB7D: hue angle of 99.05º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9FB7D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB169251125-
CMYK0.3300.500.02
HSL99.05º94.03%73.73%-
HSV(B)99.05º50.2%98.43%-
XYZ54.5678.9131.76-
YUV212.1278.8397.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 251 (98.44% from 255) = 46.06%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=31.01%
G=46.06%
B=22.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692511250.3300.500.0299.0594.0373.73
HexA9FB7D210322635e4a
Octal251373175410622143136112
Binary10101001111110111111101100001011001010110001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FB7D; }

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

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

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

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

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

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

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

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