#A1F990

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

Shades of Pale Green #A1F990

Tints of Pale Green #A1F990

Color information

#A1F990 (or 0xA1F990) is unknown color: approx Pale Green. HEX triplet: A1, F9 and 90. RGB value is (161,249,144). Sum of RGB (Red+Green+Blue) = 161+249+144=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F990 is #5E066F. Grayscale: #D3D3D3. Windows color (decimal): -6162032 or 9501089. OLE color: 9501089.

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

Color convert

RGB161249144-
CMYK0.3500.420.02
HSL110.29º89.74%77.06%-
HSV(B)110.29º42.17%97.65%-
XYZ53.6177.3438.49-
YUV210.7290.3592.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 144 (56.64% from 255) = 25.99%
R=29.06%
G=44.95%
B=25.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491440.3500.420.02110.2989.7477.06
HexA1F9902302A26e5a4d
Octal241371220430522156132115
Binary101000011111100110010000100011010101010110111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F990; }

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

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

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

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

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

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

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

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