#A5FA90

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

Shades of Pale Green #A5FA90

Tints of Pale Green #A5FA90

Color information

#A5FA90 (or 0xA5FA90) is unknown color: approx Pale Green. HEX triplet: A5, FA and 90. RGB value is (165,250,144). Sum of RGB (Red+Green+Blue) = 165+250+144=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FA90 is #5A056F. Grayscale: #D4D4D4. Windows color (decimal): -5899632 or 9501349. OLE color: 9501349.

HSL color Cylindrical-coordinate representation of color #A5FA90: hue angle of 108.11º degrees, saturation: 0.91, 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 #A5FA90 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB165250144-
CMYK0.3400.420.02
HSL108.11º91.38%77.25%-
HSV(B)108.11º42.4%98.04%-
XYZ54.7478.3838.63-
YUV212.589.3494.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=29.52%
G=44.72%
B=25.76%

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
Decimal1652501440.3400.420.02108.1191.3877.25
HexA5FA902202A26c5b4d
Octal245372220420522154133115
Binary101001011111101010010000100010010101010110110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FA90; }

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

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

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

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

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

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

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

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