#A1F197

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

Shades of Pale Green #A1F197

Tints of Pale Green #A1F197

Color information

#A1F197 (or 0xA1F197) is unknown color: approx Pale Green. HEX triplet: A1, F1 and 97. RGB value is (161,241,151). Sum of RGB (Red+Green+Blue) = 161+241+151=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F197 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F197 is #5E0E68. Grayscale: #CFCFCF. Windows color (decimal): -6164073 or 9957793. OLE color: 9957793.

HSL color Cylindrical-coordinate representation of color #A1F197: hue angle of 113.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1F197 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB161241151-
CMYK0.3300.370.05
HSL113.33º76.27%76.86%-
HSV(B)113.33º37.34%94.51%-
XYZ51.7472.7240.59-
YUV206.8296.595.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=29.11%
G=43.58%
B=27.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411510.3300.370.05113.3376.2776.86
HexA1F197210255714c4d
Octal241361227410455161114115
Binary1010000111110001100101111000010100101101111000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F197; }

 p { color: rgb(161,241,151); }

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

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

 a { background-color: rgb(161,241,151); }

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

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

 span { border-color: rgb(161,241,151); }

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