#A5FBA1

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

Shades of Pale Green #A5FBA1

Tints of Pale Green #A5FBA1

Color information

#A5FBA1 (or 0xA5FBA1) is unknown color: approx Pale Green. HEX triplet: A5, FB and A1. RGB value is (165,251,161). Sum of RGB (Red+Green+Blue) = 165+251+161=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FBA1 is #5A045E. Grayscale: #D7D7D7. Windows color (decimal): -5899359 or 10615717. OLE color: 10615717.

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

Color convert

RGB165251161-
CMYK0.3400.360.02
HSL117.33º91.84%80.78%-
HSV(B)117.33º35.86%98.43%-
XYZ56.4579.5746.1-
YUV215.0397.5192.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.60%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 161 (63.28% from 255) = 27.90%
R=28.60%
G=43.50%
B=27.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652511610.3400.360.02117.3391.8480.78
HexA5FBA1220242755c51
Octal245373241420442165134121
Binary101001011111101110100001100010010010010111010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBA1; }

 p { color: rgb(165,251,161); }

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

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

 a { background-color: rgb(165,251,161); }

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

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

 span { border-color: rgb(165,251,161); }

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