#A5FA93

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

Shades of Pale Green #A5FA93

Tints of Pale Green #A5FA93

Color information

#A5FA93 (or 0xA5FA93) is unknown color: approx Pale Green. HEX triplet: A5, FA and 93. RGB value is (165,250,147). Sum of RGB (Red+Green+Blue) = 165+250+147=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FA93 is #5A056C. Grayscale: #D5D5D5. Windows color (decimal): -5899629 or 9697957. OLE color: 9697957.

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

Color convert

RGB165250147-
CMYK0.3400.410.02
HSL109.51º91.15%77.84%-
HSV(B)109.51º41.2%98.04%-
XYZ54.9778.4839.85-
YUV212.8490.8493.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=29.36%
G=44.48%
B=26.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652501470.3400.410.02109.5191.1577.84
HexA5FA932202926e5b4e
Octal245372223420512156133116
Binary101001011111101010010011100010010100110110111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FA93; }

 p { color: rgb(165,250,147); }

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

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

 a { background-color: rgb(165,250,147); }

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

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

 span { border-color: rgb(165,250,147); }

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