#A9F885

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

Shades of Feijoa #A9F885

Tints of Feijoa #A9F885

Color information

#A9F885 (or 0xA9F885) is unknown color: approx Feijoa. HEX triplet: A9, F8 and 85. RGB value is (169,248,133). Sum of RGB (Red+Green+Blue) = 169+248+133=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F885 is #56077A. Grayscale: #D3D3D3. Windows color (decimal): -5638011 or 8779945. OLE color: 8779945.

HSL color Cylindrical-coordinate representation of color #A9F885: hue angle of 101.22º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9F885 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB169248133-
CMYK0.3200.460.03
HSL101.22º89.15%74.71%-
HSV(B)101.22º46.37%97.25%-
XYZ54.1677.2634.25-
YUV211.2783.8397.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.73%
GREEN value IS 248 (97.27% from 255) = 45.09%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=30.73%
G=45.09%
B=24.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1692481330.3200.460.03101.2289.1574.71
HexA9F8852002E365594b
Octal251370205400563145131113
Binary101010011111100010000101100000010111011110010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F885; }

 p { color: rgb(169,248,133); }

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

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

 a { background-color: rgb(169,248,133); }

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

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

 span { border-color: rgb(169,248,133); }

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