#A1F19C

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

Shades of Pale Green #A1F19C

Tints of Pale Green #A1F19C

Color information

#A1F19C (or 0xA1F19C) is unknown color: approx Pale Green. HEX triplet: A1, F1 and 9C. RGB value is (161,241,156). Sum of RGB (Red+Green+Blue) = 161+241+156=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F19C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F19C is #5E0E63. Grayscale: #CFCFCF. Windows color (decimal): -6164068 or 10285473. OLE color: 10285473.

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

Color convert

RGB161241156-
CMYK0.3300.350.05
HSL116.47º75.22%77.84%-
HSV(B)116.47º35.27%94.51%-
XYZ52.1572.8942.77-
YUV207.399994.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.85%
GREEN value IS 241 (94.53% from 255) = 43.19%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=28.85%
G=43.19%
B=27.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411560.3300.350.05116.4775.2277.84
HexA1F19C210235744b4e
Octal241361234410435164113116
Binary1010000111110001100111001000010100011101111010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F19C; }

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

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

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

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

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

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

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

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