#A9FA95

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

Shades of Pale Green #A9FA95

Tints of Pale Green #A9FA95

Color information

#A9FA95 (or 0xA9FA95) is unknown color: approx Pale Green. HEX triplet: A9, FA and 95. RGB value is (169,250,149). Sum of RGB (Red+Green+Blue) = 169+250+149=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FA95 is #56056A. Grayscale: #D6D6D6. Windows color (decimal): -5637483 or 9829033. OLE color: 9829033.

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

Color convert

RGB169250149-
CMYK0.3200.400.02
HSL108.12º90.99%78.24%-
HSV(B)108.12º40.4%98.04%-
XYZ55.9778.9840.73-
YUV214.2791.1695.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=29.75%
G=44.01%
B=26.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692501490.3200.400.02108.1290.9978.24
HexA9FA952002826c5b4e
Octal251372225400502154133116
Binary101010011111101010010101100000010100010110110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FA95; }

 p { color: rgb(169,250,149); }

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

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

 a { background-color: rgb(169,250,149); }

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

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

 span { border-color: rgb(169,250,149); }

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