#A1FB90

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

Shades of Pale Green #A1FB90

Tints of Pale Green #A1FB90

Color information

#A1FB90 (or 0xA1FB90) is unknown color: approx Pale Green. HEX triplet: A1, FB and 90. RGB value is (161,251,144). Sum of RGB (Red+Green+Blue) = 161+251+144=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FB90 is #5E046F. Grayscale: #D4D4D4. Windows color (decimal): -6161520 or 9501601. OLE color: 9501601.

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

Color convert

RGB161251144-
CMYK0.3600.430.02
HSL110.47º93.04%77.45%-
HSV(B)110.47º42.63%98.43%-
XYZ54.2378.5938.7-
YUV211.8989.6891.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 251 (98.44% from 255) = 45.14%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=28.96%
G=45.14%
B=25.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511440.3600.430.02110.4793.0477.45
HexA1FB902402B26e5d4d
Octal241373220440532156135115
Binary101000011111101110010000100100010101110110111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FB90; }

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

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

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

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

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

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

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

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