#A1F494

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

Shades of Pale Green #A1F494

Tints of Pale Green #A1F494

Color information

#A1F494 (or 0xA1F494) is unknown color: approx Pale Green. HEX triplet: A1, F4 and 94. RGB value is (161,244,148). Sum of RGB (Red+Green+Blue) = 161+244+148=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F494 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F494 is #5E0B6B. Grayscale: #D0D0D0. Windows color (decimal): -6163308 or 9761953. OLE color: 9761953.

HSL color Cylindrical-coordinate representation of color #A1F494: hue angle of 111.88º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1F494 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB161244148-
CMYK0.3400.390.04
HSL111.88º81.36%76.86%-
HSV(B)111.88º39.34%95.69%-
XYZ52.3974.4239.62-
YUV208.249494.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 244 (95.70% from 255) = 44.12%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=29.11%
G=44.12%
B=26.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612441480.3400.390.04111.8881.3676.86
HexA1F49422027470514d
Octal241364224420474160121115
Binary1010000111110100100101001000100100111100111000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F494; }

 p { color: rgb(161,244,148); }

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

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

 a { background-color: rgb(161,244,148); }

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

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

 span { border-color: rgb(161,244,148); }

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