#A5F991

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

Shades of Pale Green #A5F991

Tints of Pale Green #A5F991

Color information

#A5F991 (or 0xA5F991) is unknown color: approx Pale Green. HEX triplet: A5, F9 and 91. RGB value is (165,249,145). Sum of RGB (Red+Green+Blue) = 165+249+145=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F991 is #5A066E. Grayscale: #D4D4D4. Windows color (decimal): -5899887 or 9566629. OLE color: 9566629.

HSL color Cylindrical-coordinate representation of color #A5F991: hue angle of 108.46º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5F991 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB165249145-
CMYK0.3400.420.02
HSL108.46º89.66%77.25%-
HSV(B)108.46º41.77%97.65%-
XYZ54.577.838.93-
YUV212.0390.1794.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=29.52%
G=44.54%
B=25.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491450.3400.420.02108.4689.6677.25
HexA5F9912202A26c5a4d
Octal245371221420522154132115
Binary101001011111100110010001100010010101010110110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F991; }

 p { color: rgb(165,249,145); }

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

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

 a { background-color: rgb(165,249,145); }

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

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

 span { border-color: rgb(165,249,145); }

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