#A1F9AA

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

Shades of Pale Green #A1F9AA

Tints of Pale Green #A1F9AA

Color information

#A1F9AA (or 0xA1F9AA) is unknown color: approx Pale Green. HEX triplet: A1, F9 and AA. RGB value is (161,249,170). Sum of RGB (Red+Green+Blue) = 161+249+170=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F9AA is #5E0655. Grayscale: #D5D5D5. Windows color (decimal): -6162006 or 11205025. OLE color: 11205025.

HSL color Cylindrical-coordinate representation of color #A1F9AA: hue angle of 126.14º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9AA is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB161249170-
CMYK0.3500.320.02
HSL126.14º88%80.39%-
HSV(B)126.14º35.34%97.65%-
XYZ55.8378.2350.19-
YUV213.68103.3590.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 249 (97.66% from 255) = 42.93%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=27.76%
G=42.93%
B=29.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491700.3500.320.02126.148880.39
HexA1F9AA2302027e5850
Octal241371252430402176130120
Binary101000011111100110101010100011010000010111111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F9AA; }

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

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

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

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

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

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

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

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