#A1F9AB

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

Shades of Pale Green #A1F9AB

Tints of Pale Green #A1F9AB

Color information

#A1F9AB (or 0xA1F9AB) is unknown color: approx Pale Green. HEX triplet: A1, F9 and AB. RGB value is (161,249,171). Sum of RGB (Red+Green+Blue) = 161+249+171=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F9AB is #5E0654. Grayscale: #D6D6D6. Windows color (decimal): -6162005 or 11270561. OLE color: 11270561.

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

Color convert

RGB161249171-
CMYK0.3500.310.02
HSL126.82º88%80.39%-
HSV(B)126.82º35.34%97.65%-
XYZ55.9278.2750.69-
YUV213.8103.8590.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.71%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=27.71%
G=42.86%
B=29.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491710.3500.310.02126.828880.39
HexA1F9AB2301F27f5850
Octal241371253430372177130120
Binary10100001111110011010101110001101111110111111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F9AB; }

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

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

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

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

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

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

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

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